Previous 199869 Revisions Next

r36118 Friday 27th February, 2015 at 03:16:59 UTC by Mike Naberezny
Remove extra semicolons. (nw)
[src/build]verinfo.py

trunk/src/build/verinfo.py
r244629r244630
8484
8585if build == "mess":
8686    # MESS
87    author = "MESS Team";
88    comments = "Multi Emulation Super System";
89    company_name = "MESS Team";
90    file_description = "Multi Emulation Super System";
91    internal_name = "MESS";
92    original_filename = "MESS";
93    product_name = "MESS";
87    author = "MESS Team"
88    comments = "Multi Emulation Super System"
89    company_name = "MESS Team"
90    file_description = "Multi Emulation Super System"
91    internal_name = "MESS"
92    original_filename = "MESS"
93    product_name = "MESS"
9494    bundle_identifier = "org.mamedev.mess"
9595elif build == "ume":
9696    # UME


Previous 199869 Revisions Next


© 1997-2024 The MAME Team