From 001c3ee717f5d3dc00168fee44ed8a8cd0bd5f69 Mon Sep 17 00:00:00 2001 From: Relintai Date: Sun, 31 Oct 2021 02:49:54 +0200 Subject: [PATCH] Fix compile. --- core/http/http_enums.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/http/http_enums.h b/core/http/http_enums.h index 6479c35..d4cb768 100644 --- a/core/http/http_enums.h +++ b/core/http/http_enums.h @@ -77,6 +77,6 @@ enum HTTPStatusCode { HTTP_STATUS_CODE_508_LOOP_DETECTED = 508, HTTP_STATUS_CODE_510_NOT_EXTENDED = 510, HTTP_STATUS_CODE_511_NETWORK_AUTHENTICATION_REQUIRED = 511 -} +}; #endif \ No newline at end of file