diff options
Diffstat (limited to 'eval.c')
-rw-r--r-- | eval.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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, |