]> granicus.if.org Git - json-c/commitdiff
Remove single quote from #error line. Fixes issue #761
authorEric Haszlakiewicz <erh+git@nimenees.com>
Fri, 25 Mar 2022 01:11:52 +0000 (01:11 +0000)
committerEric Haszlakiewicz <erh+git@nimenees.com>
Fri, 25 Mar 2022 01:12:07 +0000 (01:12 +0000)
json_object.c

index a8a2222eb4fe33ed94225f3e26b41167550949f7..85103b376dbdf16c827d1c81be83e49aa8772f47 100644 (file)
@@ -38,7 +38,7 @@
 #define is_plain_digit(c) ((c) >= '0' && (c) <= '9')
 
 #if SIZEOF_LONG_LONG != SIZEOF_INT64_T
-#error The long long type isn't 64-bits
+#error The long long type is not 64-bits
 #endif
 
 #ifndef SSIZE_T_MAX