X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=imap%2Futil.c;h=3cf6fbc73bd37594deb2f53b670de239eb636bf0;hb=852725f1307961ba31e4f1470d8b834e4b7a6754;hp=b6ba3107b45c8d1286a852d5b40d600f62804390;hpb=11ebd35cdf53f877efb11ed1ce9ccb771d2a091c;p=apps%2Fmadmutt.git diff --git a/imap/util.c b/imap/util.c index b6ba310..3cf6fbc 100644 --- a/imap/util.c +++ b/imap/util.c @@ -207,14 +207,14 @@ int imap_get_literal_count (const char *buf, long *bytes) char *pn; if (!(pc = strchr (buf, '{'))) - return (-1); + return -1; pc++; pn = pc; while (isdigit ((unsigned char) *pc)) pc++; *pc = 0; *bytes = atoi (pn); - return (0); + return 0; } /* imap_get_qualifier: in a tagged response, skip tag and status for