Remove extra semicolons. (nw)

This commit is contained in:
Mike Naberezny 2015-02-26 19:16:59 -08:00
parent 21ba861dfb
commit 0317c6ea67

View File

@ -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