Fixed a compile-breaking bug.

This commit is contained in:
OBattler
2018-10-23 19:45:05 +02:00
parent 53e64c22ba
commit 09dbd59985
2 changed files with 6 additions and 2 deletions

View File

@@ -8,7 +8,7 @@
*
* Windows 86Box Settings dialog handler.
*
* Version: @(#)win_settings.c 1.0.66 2018/10/23
* Version: @(#)win_settings.c 1.0.67 2018/10/23
*
* Authors: Miran Grca, <mgrca8@gmail.com>
* David Hrdlička, <hrdlickadavid@outlook.com>
@@ -4485,6 +4485,8 @@ static BOOL CALLBACK
#endif
win_settings_confirm(HWND hdlg, int button)
{
int i;
SendMessage(hwndChildDialog, WM_SAVESETTINGS, 0, 0);
i = settings_msgbox_reset();
if (i > 0) {