diff options
author | Daniel Stenberg <daniel@haxx.se> | 2015-11-07 23:20:50 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2015-11-07 23:20:50 +0100 |
commit | 2581585961d2cffde0c98a57c836aa31b649adf7 (patch) | |
tree | f377872273b86e7109ff15e5f26dd2cf97ef97d2 | |
parent | 007f3e0971931b8bf42d305366d88a9c26604387 (diff) |
checksrc.whitelist: "missing space after close paren"
... when it was within a string!
-rw-r--r-- | lib/checksrc.whitelist | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/checksrc.whitelist b/lib/checksrc.whitelist index d20909bdc..9c29cf96d 100644 --- a/lib/checksrc.whitelist +++ b/lib/checksrc.whitelist @@ -9,3 +9,4 @@ return fopen(file, "r", "rfm=stmlf", "ctx=stm"); curl_memlog("FILE %s:%d fopen(\"%s\",\"%s\") = %p\n", a URL as file://localhost//foo must be valid as well, to refer to + const char atom_specials[] = "(){ %*]"; |