summaryrefslogtreecommitdiffstatshomepage
path: root/src/zexall/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/zexall/main.cpp')
-rw-r--r--src/zexall/main.cpp4
1 files changed, 2 insertions, 2 deletions
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; }