From e48a25cfbb18449505edf6205cb069e346dce0f8 Mon Sep 17 00:00:00 2001 From: Eric Haszlakiewicz Date: Tue, 30 Apr 2013 09:47:19 -0500 Subject: [PATCH] Issue #76: use old style comment to allow json_object_iterator.h to build in ansi mode. --- json_object_iterator.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/json_object_iterator.h b/json_object_iterator.h index f6e7ca6..44c9fb2 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 */ -- 2.50.0