From 5d75983b3f90796a0d9a12d6e8eda58769fd603d Mon Sep 17 00:00:00 2001 From: XargonWan Date: Mon, 28 Oct 2024 12:33:25 +0900 Subject: [PATCH] fixed ViewController.cpp syntax --- es-app/src/views/ViewController.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/es-app/src/views/ViewController.cpp b/es-app/src/views/ViewController.cpp index 91cb1d861..8f5a2297f 100644 --- a/es-app/src/views/ViewController.cpp +++ b/es-app/src/views/ViewController.cpp @@ -297,8 +297,7 @@ void ViewController::noGamesDialog() SDL_Event quit {}; quit.type = SDL_QUIT; SDL_PushEvent(&quit); - }, - ) + }, #elif defined(__ANDROID__) mNoGamesMessageBox = new GuiMsgBox( HelpStyle(), mNoGamesErrorMessage + mRomDirectory,