Commit 34127c7a authored by Yang Tse's avatar Yang Tse
Browse files

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

parent 315e5277
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 =