summaryrefslogtreecommitdiff
path: root/src/api/yajl_gen.h
diff options
context:
space:
mode:
authorLloyd Hilaiel <lloyd@hilaiel.com>2009-04-22 09:26:55 -0600
committerLloyd Hilaiel <lloyd@hilaiel.com>2009-04-22 09:26:55 -0600
commit1a70cf67ddad3da4016e1ff4a2339980974ad989 (patch)
tree475ca99cf620e6dd7ec7a50446cd981cf0977734 /src/api/yajl_gen.h
parent2ab33b94575eee54a2b22e2ba1235301105f9b6a (diff)
downloadyajl-1a70cf67ddad3da4016e1ff4a2339980974ad989.tar.gz
remove extraneous semi colons after extern statements for wider compiler support
Diffstat (limited to 'src/api/yajl_gen.h')
-rw-r--r--src/api/yajl_gen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/api/yajl_gen.h b/src/api/yajl_gen.h
index c26dc6a..55a8362 100644
--- a/src/api/yajl_gen.h
+++ b/src/api/yajl_gen.h
@@ -117,7 +117,7 @@ extern "C" {
void YAJL_API yajl_gen_clear(yajl_gen hand);
#ifdef __cplusplus
-};
+}
#endif
#endif