summaryrefslogtreecommitdiff
path: root/main/http_status_codes.h
diff options
context:
space:
mode:
Diffstat (limited to 'main/http_status_codes.h')
-rw-r--r--main/http_status_codes.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/http_status_codes.h b/main/http_status_codes.h
index 1383c6acdc..02186b5214 100644
--- a/main/http_status_codes.h
+++ b/main/http_status_codes.h
@@ -74,7 +74,7 @@ static http_response_status_code_pair http_status_map[] = {
{ 505, "HTTP Version Not Supported" },
{ 511, "Network Authentication Required" },
/* to allow search with while() loop */
- { 0, NULL }
+ { 1000, NULL }
};
-#endif HTTP_STATUS_CODES_H
+#endif /* HTTP_STATUS_CODES_H */