1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

sws: fix compier warning: external definition with no prior declaration

This commit is contained in:
Yang Tse 2010-12-06 14:45:34 +01:00
parent 315e5277dc
commit 34127c7adc

View 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 =