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:
Yukihiro "Matz" Matsumoto
2025-10-16 16:54:25 +09:00
parent ed4fb26d75
commit eba41be3a2
+1 -1
View File
@@ -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 */
};