Fixup whitespace.

This commit is contained in:
riccardom 2009-06-12 07:25:50 +00:00
parent 63a893a277
commit 1de4517874
1 changed files with 5 additions and 8 deletions

View File

@ -700,9 +700,7 @@ static void RecordMovieDialog()
switch(gtk_dialog_run(GTK_DIALOG(pFileSelection))) {
case GTK_RESPONSE_OK:
sPath = gtk_file_chooser_get_filename(GTK_FILE_CHOOSER(pFileSelection));
FCEUI_SaveMovie(sPath,L"");
g_free(sPath);
break;
default:
@ -1899,7 +1897,6 @@ common_gtk_main( struct configured_features *my_config)
/* Command line arg */
if( my_config->nds_file != "") {
if(Open( my_config->nds_file.c_str(), bad_glob_cflash_disk_image_file) >= 0) {
my_config->process_movieCommands();
if(my_config->load_slot){