Skip to content

Commit 60cdb96

Browse files
committed
AudioServerT: compile warning
1 parent c039c5c commit 60cdb96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AudioTools/CoreAudio/AudioHttp/AudioServer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ class AudioServerT {
221221

222222
// HTTP headers always start with a response code (e.g. HTTP/1.1 200 OK)
223223
// and a content-type so the client knows what's coming, then a blank line:
224-
char *response;
224+
const char *response;
225225
if (max_bytes > 0) {
226226
response = "HTTP/1.1 206 OK";
227227
} else {

0 commit comments

Comments
 (0)