summaryrefslogtreecommitdiff
path: root/src/render/mglfunctions.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/mglfunctions.h')
-rw-r--r--src/render/mglfunctions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/mglfunctions.h b/src/render/mglfunctions.h
index 900042710..bfddb5a2c 100644
--- a/src/render/mglfunctions.h
+++ b/src/render/mglfunctions.h
@@ -60,7 +60,7 @@
}
#define emulateFunction(func) m##func = emu##func; \
- logger->log("emulated function: #func")
+ logger->log("emulated function: " #func)
#endif // USE_OPENGL
#endif // RENDER_MGLFUNCTIONS_H