Skip to content
Snippets Groups Projects
Commit 600311bb authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

imap: inlined checksrc disable instead of whitelist edit

parent 6109e0f5
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment