Skip to content

Commit 2f4e40b

Browse files
committed
fix typo: issue open-source-parsers#177
1 parent 505e086 commit 2f4e40b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

amalgamate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ def amalgamate_source(source_top_dir=None,
110110
source.add_text("")
111111
source.add_text('#include "%s"' % header_include_path)
112112
source.add_text("""
113-
#ifndef JSON_IS_AMALGAMATED
113+
#ifndef JSON_IS_AMALGAMATION
114114
#error "Compile with -I PATH_TO_JSON_DIRECTORY"
115115
#endif
116116
""")

0 commit comments

Comments
 (0)