From: Eric Haszlakiewicz Date: Fri, 25 Mar 2022 01:11:52 +0000 (+0000) Subject: Remove single quote from #error line. Fixes issue #761 X-Git-Tag: json-c-0.16-20220414~8 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=e244146dfd531d860d630c279d3922ff2adadff5;p=thirdparty%2Fjson-c.git Remove single quote from #error line. Fixes issue #761 --- diff --git a/json_object.c b/json_object.c index a8a2222e..85103b37 100644 --- a/json_object.c +++ b/json_object.c @@ -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