Some C89_BUILD fix

This commit is contained in:
twinaphex 2015-11-02 23:34:25 +01:00
parent 848a060562
commit 606c97510e

View File

@ -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);