Fixup whitespace.
This commit is contained in:
parent
63a893a277
commit
1de4517874
|
@ -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){
|
||||
|
|
Loading…
Reference in New Issue