--- hatari/src/gui-sdl/dlgRom.c 2019/04/09 08:47:28 1.1.1.7 +++ hatari/src/gui-sdl/dlgRom.c 2019/04/09 08:53:30 1.1.1.9 @@ -1,8 +1,8 @@ /* Hatari - dlgRom.c - 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. + This file is distributed under the GNU General Public License, version 2 + or at your option any later version. Read the file gpl.txt for details. */ const char DlgRom_fileid[] = "Hatari dlgRom.c : " __DATE__ " " __TIME__; @@ -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];