mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
hal-win-dir: rewrite comment to avoid comment nesting warning
remove example containing /* sequence from comment. this triggers -Wcomment warning on mingw about nested comments. Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
struct mrb_dir_handle {
|
||||
intptr_t handle; /* _findfirst/_findnext handle */
|
||||
struct _finddata_t info; /* Current entry info */
|
||||
char *pattern; /* Search pattern (e.g., "dir/*") */
|
||||
char *pattern; /* Search pattern with wildcard */
|
||||
int first; /* Flag: haven't read first entry yet */
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user