From: BonsaY Date: Mon, 21 Mar 2022 20:10:45 +0000 (+0100) Subject: Code style removed unneeded double-quotes X-Git-Tag: json-c-0.16-20220414~9^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F760%2Fhead;p=thirdparty%2Fjson-c.git Code style removed unneeded double-quotes this way, it complies with the other #error usages --- diff --git a/json_object.c b/json_object.c index df0187e7..a8a2222e 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 isn't 64-bits #endif #ifndef SSIZE_T_MAX