From 68785dccfee3208163c8169abc5c6d01becf36d4 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Wed, 25 May 2016 08:19:21 +0200 Subject: Cleanups and version bump --- src/zexall/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/zexall/main.cpp') diff --git a/src/zexall/main.cpp b/src/zexall/main.cpp index e35767babbc..b3bcf101b9e 100644 --- a/src/zexall/main.cpp +++ b/src/zexall/main.cpp @@ -48,7 +48,7 @@ public: ~zexall_machine_manager() { delete m_manager; m_manager = nullptr; } - int execute() + int execute() { auto system = &GAME_NAME(zexall); machine_config config(*system, m_options); @@ -107,4 +107,4 @@ const char * emulator_info::get_copyright() { return nullptr; } const char * emulator_info::get_copyright_info() { return nullptr; } -bool emulator_info::standalone() { return true; } \ No newline at end of file +bool emulator_info::standalone() { return true; } -- cgit v1.2.3