aboutsummaryrefslogtreecommitdiff
path: root/tests/s3tc.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/s3tc.c')
-rw-r--r--tests/s3tc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/s3tc.c b/tests/s3tc.c
index 5f7bee83..ca575ffc 100644
--- a/tests/s3tc.c
+++ b/tests/s3tc.c
@@ -143,7 +143,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