summaryrefslogtreecommitdiff
path: root/cont.c
diff options
context:
space:
mode:
Diffstat (limited to 'cont.c')
-rw-r--r--cont.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cont.c b/cont.c
index 3a141c4440..f43de10eeb 100644
--- a/cont.c
+++ b/cont.c
@@ -46,7 +46,7 @@
#include FIBER_USE_COROUTINE
#define FIBER_USE_NATIVE 1
#else
-#pragma message "Native coroutine not available!"
+#pragma message "Native coroutine not available!"
#endif
#if !defined(FIBER_USE_NATIVE)