mirror of
https://github.com/blupi-games/planetblupi
synced 2024-12-30 10:15:36 +01:00
Cosmetics
This commit is contained in:
parent
a7018dbc50
commit
b523641b86
@ -31,8 +31,8 @@
|
||||
#include <SDL2/SDL_image.h>
|
||||
#include <argagg/argagg.hpp>
|
||||
#ifdef USE_CURL
|
||||
#include <curl/curl.h>
|
||||
#endif
|
||||
#include <curl/curl.h>
|
||||
#endif /* USE_CURL */
|
||||
|
||||
#include "json/json.hpp"
|
||||
|
||||
@ -522,7 +522,7 @@ CheckForUpdates ()
|
||||
free (chunk.buffer);
|
||||
|
||||
curl_easy_cleanup (curl);
|
||||
#endif
|
||||
#endif /* USE_CURL */
|
||||
}
|
||||
|
||||
static int
|
||||
|
Loading…
x
Reference in New Issue
Block a user