mruby.h: adjust comment offset [ci skip]

This commit is contained in:
Yukihiro "Matz" Matsumoto
2024-02-14 11:52:36 +09:00
parent 9e1ed100ce
commit c3f8227c6d
+1 -1
View File
@@ -298,7 +298,7 @@ typedef struct mrb_state {
mrb_sym symhash[256];
size_t symcapa;
#ifndef MRB_USE_ALL_SYMBOLS
char symbuf[8]; /* buffer for small symbol names */
char symbuf[8]; /* buffer for small symbol names */
#endif
#ifdef MRB_USE_DEBUG_HOOK