]> git.ipfire.org Git - thirdparty/json-c.git/commitdiff
Code style removed unneeded double-quotes 760/head
authorBonsaY <bonsay@posteo.de>
Mon, 21 Mar 2022 20:10:45 +0000 (21:10 +0100)
committerBonsaY <bonsay@posteo.de>
Mon, 21 Mar 2022 20:10:45 +0000 (21:10 +0100)
this way, it complies with the other #error usages

json_object.c

index df0187e772116a7ac5651fce888f2b12ba6448c7..a8a2222eb4fe33ed94225f3e26b41167550949f7 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 isn't 64-bits
 #endif
 
 #ifndef SSIZE_T_MAX