summaryrefslogtreecommitdiff
path: root/eval.c
diff options
context:
space:
mode:
Diffstat (limited to 'eval.c')
-rw-r--r--eval.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/eval.c b/eval.c
index 3802568377..78cb432967 100644
--- a/eval.c
+++ b/eval.c
@@ -5311,7 +5311,7 @@ rb_feature_p(feature, wait)
return Qtrue;
}
-static const char *const loadable_ext[] = {
+static const char * const loadable_ext[] = {
".rb", DLEXT,
#ifdef DLEXT2
DLEXT2,