]> granicus.if.org Git - curl/commitdiff
sws: fix compier warning: external definition with no prior declaration
authorYang Tse <yangsita@gmail.com>
Mon, 6 Dec 2010 13:45:34 +0000 (14:45 +0100)
committerYang Tse <yangsita@gmail.com>
Mon, 6 Dec 2010 13:51:44 +0000 (14:51 +0100)
tests/server/sws.c

index fb54c209b172afde0ec6ff74c1236a4b8a9d71dd..949831d6cef34001c96f4b8aa33d23f609d81100 100644 (file)
@@ -163,7 +163,7 @@ enum {
   DOCNUMBER_404     = -1
 };
 
-const char *end_of_headers = END_OF_HEADERS;
+static const char *end_of_headers = END_OF_HEADERS;
 
 /* sent as reply to a QUIT */
 static const char *docquit =