From 606c97510e8cf739c0bbf8b109ba75d62ad9dddf Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 2 Nov 2015 23:34:25 +0100 Subject: [PATCH] Some C89_BUILD fix --- net_http_special.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net_http_special.h b/net_http_special.h index 8b21ed0921..7ec1946603 100644 --- a/net_http_special.h +++ b/net_http_special.h @@ -23,7 +23,7 @@ enum NET_HTTP_GET_OK = 0, NET_HTTP_GET_MALFORMED_URL, NET_HTTP_GET_CONNECT_ERROR, - NET_HTTP_GET_TIMEOUT, + NET_HTTP_GET_TIMEOUT }; int net_http_get(const char **result, size_t *size, const char *url, retro_time_t *timeout);