changeset 900:df2a9c635175

Cleanup.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 23 Feb 2015 19:57:28 +0200
parents 63fd1801f983
children f532262f90b1
files src/dmimage.c
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/dmimage.c	Mon Feb 23 19:49:58 2015 +0200
+++ b/src/dmimage.c	Mon Feb 23 19:57:28 2015 +0200
@@ -7,11 +7,11 @@
 #include "dmimage.h"
 
 
-//#define STB_IMAGE_STATIC 1
+#define STBI_NO_FAILURE_STRINGS 1
+#define STBI_FAILURE_USERMSG 1
+
 #define STB_IMAGE_IMPLEMENTATION 1
 #define STBI_INTERNAL_ZLIB 1
-#define STBI_NO_FAILURE_STRINGS 1
-#define STBI_FAILURE_USERMSG 1
 #define STBI_NO_STDIO 1
 #define STBI_NO_HDR 1