aboutsummaryrefslogtreecommitdiff
path: root/tests/s3tc_crunch.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/s3tc_crunch.c')
-rw-r--r--tests/s3tc_crunch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/s3tc_crunch.c b/tests/s3tc_crunch.c
index c2606c8f..ae5e1228 100644
--- a/tests/s3tc_crunch.c
+++ b/tests/s3tc_crunch.c
@@ -195,7 +195,7 @@ int main(int argc, char *argv[])
SDL_GL_SwapBuffers();
-#if !EMSCRIPTEN
+#ifndef __EMSCRIPTEN__
// Wait for 3 seconds to give us a chance to see the image
SDL_Delay(1500);
#endif