From 2f4e40bc95841d27c1138c26d246ff292e6fbb73 Mon Sep 17 00:00:00 2001 From: Christopher Dunn Date: Wed, 18 Feb 2015 09:17:06 -0600 Subject: [PATCH] fix typo: issue #177 --- amalgamate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/amalgamate.py b/amalgamate.py index 1272d4f..51f33d3 100644 --- a/amalgamate.py +++ b/amalgamate.py @@ -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 """)