return isn't a function FFS
[apps/madmutt.git] / imap / util.c
index b6ba310..3cf6fbc 100644 (file)
@@ -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