return isn't a function FFS
[apps/madmutt.git] / lib-mime / rfc3676.c
index 3caa76f..bc47b85 100644 (file)
@@ -196,7 +196,7 @@ int rfc3676_handler (BODY * a, STATE * s) {
 
   }
   p_delete(&curline);
-  return (0);
+  return 0;
 }
 
 /* sets mtime of 'to' to mtime of 'from' */