diff options
Diffstat (limited to 'src/net.c')
-rw-r--r-- | src/net.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -92,7 +92,7 @@ struct MemoryStruct* downloadToRam(const char* URL, int progress) { free(chunk->memory); free(chunk); -#ifdef DEBUG +#ifndef NDEBUG printf("HTTP Error %li\n", http_code); #endif chunk = NULL; |