Whitespace fixup.
This commit is contained in:
parent
61a10c4ab6
commit
63e66733bd
|
@ -1988,11 +1988,10 @@ common_gtk_main( struct configured_features *my_config)
|
|||
if (my_config->is_cflash_configured)
|
||||
addon_type = NDS_ADDON_CFLASH;
|
||||
|
||||
if(my_config->gbaslot_rom != "")
|
||||
{
|
||||
addon_type = NDS_ADDON_GBAGAME;
|
||||
strcpy(GBAgameName, my_config->gbaslot_rom.c_str());
|
||||
}
|
||||
if(my_config->gbaslot_rom != "") {
|
||||
addon_type = NDS_ADDON_GBAGAME;
|
||||
strncpy(GBAgameName, my_config->gbaslot_rom.c_str(), MAX_PATH);
|
||||
}
|
||||
|
||||
switch (addon_type) {
|
||||
case NDS_ADDON_CFLASH:
|
||||
|
|
Loading…
Reference in New Issue