diff options
Diffstat (limited to 'include/http.h')
-rw-r--r-- | include/http.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/http.h b/include/http.h index c41f719d1..7e79ed2c1 100644 --- a/include/http.h +++ b/include/http.h @@ -51,7 +51,7 @@ typedef enum { enum { /* put flag values into an enum, so that gdb can display them */ HTTP_FLAG_TRY_PROXY = 1, - HTTP_FLAG_NO_SHUTDOWN = 2, + HTTP_FLAG_NO_SHUTDOWN = 2 }; struct http_context { |