save_hash() always works with a file, therefore no branch required
[hashcat.git] / src / hashcat.c
index febdac9..8e66149 100644 (file)
@@ -2540,14 +2540,7 @@ static void save_hash ()
 
         fputs (out_buf, fp);
 
-        if (fp == stdout)
-        {
-          log_out (fp, "");
-        }
-        else
-        {
-          fputc ('\n', fp);
-        }
+        fputc ('\n', fp);
       }
       else
       {