return isn't a function FFS
[apps/madmutt.git] / pop.c
diff --git a/pop.c b/pop.c
index a066f6e..2258d0f 100644 (file)
--- a/pop.c
+++ b/pop.c
@@ -994,7 +994,7 @@ static int pop_fetch_headers (CONTEXT * ctx)
   }
 
   mutt_clear_error ();
-  return (new_count - old_count);
+  return new_count - old_count;
 }
 
 /* delete all cached messages */