Skip to content

Commit

Permalink
fix typo: issue #177
Browse files Browse the repository at this point in the history
  • Loading branch information
cdunn2001 committed Feb 18, 2015
1 parent 505e086 commit 2f4e40b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion amalgamate.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def amalgamate_source(source_top_dir=None,
source.add_text("")
source.add_text('#include "%s"' % header_include_path)
source.add_text("""
#ifndef JSON_IS_AMALGAMATED
#ifndef JSON_IS_AMALGAMATION
#error "Compile with -I PATH_TO_JSON_DIRECTORY"
#endif
""")
Expand Down

0 comments on commit 2f4e40b

Please sign in to comment.