From 0317c6ea67451fb3502c3284a6e082839ac3b904 Mon Sep 17 00:00:00 2001 From: Mike Naberezny Date: Thu, 26 Feb 2015 19:16:59 -0800 Subject: [PATCH] Remove extra semicolons. (nw) --- src/build/verinfo.py | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/build/verinfo.py b/src/build/verinfo.py index b27303671b0..dfd4cc2f889 100644 --- a/src/build/verinfo.py +++ b/src/build/verinfo.py @@ -84,13 +84,13 @@ else: if build == "mess": # MESS - author = "MESS Team"; - comments = "Multi Emulation Super System"; - company_name = "MESS Team"; - file_description = "Multi Emulation Super System"; - internal_name = "MESS"; - original_filename = "MESS"; - product_name = "MESS"; + author = "MESS Team" + comments = "Multi Emulation Super System" + company_name = "MESS Team" + file_description = "Multi Emulation Super System" + internal_name = "MESS" + original_filename = "MESS" + product_name = "MESS" bundle_identifier = "org.mamedev.mess" elif build == "ume": # UME