summaryrefslogtreecommitdiff
path: root/include/ruby/assert.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ruby/assert.h')
-rw-r--r--include/ruby/assert.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ruby/assert.h b/include/ruby/assert.h
index 14a6e280ce..5b435da8b9 100644
--- a/include/ruby/assert.h
+++ b/include/ruby/assert.h
@@ -36,7 +36,7 @@
# pragma message("NDEBUG is ignored because RUBY_DEBUG>0.")
#elif defined(__GNUC__)
# pragma GCC warning "NDEBUG is ignored because RUBY_DEBUG>0."
-#else
+#else
# error NDEBUG is ignored because RUBY_DEBUG>0.
#endif
#endif