commit | 2f4e40bc95841d27c1138c26d246ff292e6fbb73 | [log] [tgz] |
---|---|---|
author | Christopher Dunn <cdunn2001@gmail.com> | Wed Feb 18 09:17:06 2015 -0600 |
committer | Christopher Dunn <cdunn2001@gmail.com> | Wed Feb 18 09:17:06 2015 -0600 |
tree | b955dfe41815efcca3e37460197d29c32e646686 | |
parent | 505e086ebca7149285d0f8980e258ade39fe0146 [diff] |
fix typo: issue #177
diff --git a/amalgamate.py b/amalgamate.py index 1272d4f..51f33d3 100644 --- a/amalgamate.py +++ b/amalgamate.py
@@ -110,7 +110,7 @@ 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 """)