--- hatari/src/gui-sdl/dlgRom.c 2019/04/01 07:15:41 1.1.1.6 +++ hatari/src/gui-sdl/dlgRom.c 2019/04/09 08:48:53 1.1.1.8 @@ -4,7 +4,7 @@ This file is distributed under the GNU Public License, version 2 or at your option any later version. Read the file gpl.txt for details. */ -const char DlgRom_rcsid[] = "Hatari $Id: dlgRom.c,v 1.1.1.6 2019/04/01 07:15:41 root Exp $"; +const char DlgRom_fileid[] = "Hatari dlgRom.c : " __DATE__ " " __TIME__; #include "main.h" #include "configuration.h" @@ -43,9 +43,9 @@ static SGOBJ romdlg[] = /*-----------------------------------------------------------------------*/ -/* - Show and process the ROM dialog. -*/ +/** + * Show and process the ROM dialog. + */ void DlgRom_Main(void) { char szDlgTosName[47]; @@ -70,7 +70,7 @@ void DlgRom_Main(void) SDLGui_FileConfSelect(szDlgTosName, ConfigureParams.Rom.szTosImageFileName, sizeof(szDlgTosName)-1, - FALSE); + false); break; case DLGROM_CARTEJECT: @@ -83,7 +83,7 @@ void DlgRom_Main(void) SDLGui_FileConfSelect(szDlgCartName, ConfigureParams.Rom.szCartridgeImageFileName, sizeof(szDlgCartName)-1, - FALSE); + false); break; } }