summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Mike Naberezny <mike@naberezny.com>2015-02-26 19:16:59 -0800
committer Mike Naberezny <mike@naberezny.com>2015-02-26 19:16:59 -0800
commit0317c6ea67451fb3502c3284a6e082839ac3b904 (patch)
treecf259ba28f6184d7df78adbeb091624706e04745
parent21ba861dfb2b2dd356331679dca941f460e95df7 (diff)
Remove extra semicolons. (nw)
-rw-r--r--src/build/verinfo.py14
1 files 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