mirror of
https://github.com/holub/mame
synced 2025-04-26 10:13:37 +03:00
Remove extra semicolons. (nw)
This commit is contained in:
parent
21ba861dfb
commit
0317c6ea67
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user