Skip to content

Commit 7deb15d

Browse files
authored
Merge pull request #162 from OtlichnikTop/main
Fixed incorrect comment.
2 parents efd34c9 + daa91ac commit 7deb15d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nob.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -607,7 +607,7 @@ NOBDEF char *nob_temp_running_executable_path(void);
607607
# else
608608
# define nob_cc_flags(cmd) nob_cmd_append(cmd, "-Wall", "-Wextra")
609609
# endif
610-
#endif // nob_cc_output
610+
#endif // nob_cc_flags
611611

612612
#ifndef nob_cc_output
613613
# if defined(_MSC_VER) && !defined(__clang__)

0 commit comments

Comments
 (0)