Removed an unused break.
authorstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 6 May 2008 15:12:45 +0000 (15:12 +0000)
committerstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 6 May 2008 15:12:45 +0000 (15:12 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25247 f5534014-38df-0310-8fa8-9805f1628bb7

tshark.c

index 7e7259b08ecd66251f231789959ec550bd357e62..9d9bdf46c8367f9f17afb6f3ae8a899e7640f632 100644 (file)
--- a/tshark.c
+++ b/tshark.c
@@ -1966,7 +1966,6 @@ capture_input_new_file(capture_options *capture_opts, gchar *new_file)
       g_free(capture_opts->save_file);
       capture_opts->save_file = NULL;
       return FALSE;
-      break;
     }
   }