Skip to content

Commit 8373b38

Browse files
spot a bug thanks to my apple clang compiler - but I'm not surprised I haven't seen this on MSVC so far..
1 parent 345e2e0 commit 8373b38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nbl/builtin/builtinHeaderGen.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
outp = open(outputFilename,"w+")
2727

2828
outp.write("#ifndef _" + guardSuffix + "_BUILTINRESOURCEDATA_H_\n")
29-
outp.write("#define _" + guardSuffix + "_BUILTINRESOURCEDATA_H\n")
29+
outp.write("#define _" + guardSuffix + "_BUILTINRESOURCEDATA_H_\n")
3030
outp.write("#include <stdlib.h>\n")
3131
outp.write("#include <cstdint>\n")
3232
outp.write("#include <string>\n")

0 commit comments

Comments
 (0)