diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/imap.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/lib/imap.c b/lib/imap.c index c509f115c..89f0499d1 100644 --- a/lib/imap.c +++ b/lib/imap.c @@ -1796,6 +1796,7 @@ static CURLcode imap_sendf(struct connectdata *conn, const char *fmt, ...)   */  static char *imap_atom(const char *str, bool escape_only)  { +  /* !checksrc! disable PARENBRACE 1 */    const char atom_specials[] = "(){ %*]";    const char *p1;    char *p2; | 
