From c3f8227c6d2a7f69d3cde3eb732e414f58fdd033 Mon Sep 17 00:00:00 2001 From: "Yukihiro \"Matz\" Matsumoto" Date: Wed, 14 Feb 2024 11:52:36 +0900 Subject: [PATCH] mruby.h: adjust comment offset [ci skip] --- include/mruby.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/mruby.h b/include/mruby.h index 828bb9d2e..5eb612719 100644 --- a/include/mruby.h +++ b/include/mruby.h @@ -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