mirror of
https://github.com/curl/curl.git
synced 2026-08-25 14:43:33 +03:00
sws: fix compier warning: external definition with no prior declaration
This commit is contained in:
parent
315e5277dc
commit
34127c7adc
1 changed files with 1 additions and 1 deletions
|
|
@ -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 =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue