Removed an unused break.

svn path=/trunk/; revision=25247
This commit is contained in:
Stig Bjørlykke 2008-05-06 15:12:45 +00:00
parent cf488b0fca
commit 38f233cd99
1 changed files with 0 additions and 1 deletions

View File

@ -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;
}
}