From: Eric Haszlakiewicz Date: Tue, 30 Apr 2013 14:47:19 +0000 (-0500) Subject: Issue #76: use old style comment to allow json_object_iterator.h to build in ansi... X-Git-Tag: json-c-0.12-20140410~43 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e48a25cfbb18449505edf6205cb069e346dce0f8;p=thirdparty%2Fjson-c.git Issue #76: use old style comment to allow json_object_iterator.h to build in ansi mode. --- diff --git a/json_object_iterator.h b/json_object_iterator.h index f6e7ca62..44c9fb25 100644 --- a/json_object_iterator.h +++ b/json_object_iterator.h @@ -236,4 +236,4 @@ json_object_iter_equal(const struct json_object_iterator* iter1, #endif -#endif // JSON_OBJECT_ITERATOR_H +#endif /* JSON_OBJECT_ITERATOR_H */