diff options
Diffstat (limited to 'include')
-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 1ecdc6062..38fe48d3f 100644 --- a/include/http.h +++ b/include/http.h @@ -53,7 +53,7 @@ typedef enum { /* put flag values into an enum, so that gdb can display them */ enum - { + { HTTP_FLAG_NO_SHUTDOWN = 1 }; |