Skip to content

Commit 78111c2

Browse files
Sinha-Ujjawalrexim
authored andcommitted
Fix Walk_Entry naming
1 parent 9862b8e commit 78111c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nob.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2441,7 +2441,7 @@ NOBDEF char *nob_temp_running_executable_path(void)
24412441
#define WALK_SKIP NOB_WALK_SKIP
24422442
#define WALK_STOP NOB_WALK_STOP
24432443
#define Walk_Action Nob_Walk_Action
2444-
#define Walk_Func_Entry Nob_Walk_Func_Entry
2444+
#define Walk_Entry Nob_Walk_Entry
24452445
#define Walk_Func Nob_Walk_Func
24462446
#define Walk_Dir_Opt Nob_Walk_Dir_Opt
24472447
#define walk_dir nob_walk_dir
@@ -2540,7 +2540,7 @@ NOBDEF char *nob_temp_running_executable_path(void)
25402540
/*
25412541
Revision history:
25422542
2543-
2.0.1 ( )
2543+
2.0.1 ( ) Fix Walk_Entry naming (by @Sinha-Ujjawal)
25442544
2.0.0 (2026-01-06) Remove minirent.h (by @rexim)
25452545
BACKWARD INCOMPATIBLE CHANGE!!! If you were using minirent.h from this library
25462546
just use it directly from https://github.com/tsoding/minirent

0 commit comments

Comments
 (0)