diff options
Diffstat (limited to 'src/daemon/connection.c')
-rw-r--r-- | src/daemon/connection.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/daemon/connection.c b/src/daemon/connection.c index 476d1c89..48f93dfd 100644 --- a/src/daemon/connection.c +++ b/src/daemon/connection.c @@ -594,7 +594,7 @@ MHD_parse_connection_headers (struct MHD_Connection *connection) if (connection->bodyReceived == 1) abort (); - colon = NULL; /* make gcc happy */ + colon = NULL; /* make gcc happy */ last = NULL; while (NULL != (line = MHD_get_next_header_line (connection))) { |