diff --git a/misc/scripts/png2c.py b/misc/scripts/png2c.py index 6b05309dc6..aedb81e13f 100755 --- a/misc/scripts/png2c.py +++ b/misc/scripts/png2c.py @@ -89,6 +89,6 @@ for path in sys.argv[1:]: i += 1 # Now conclude the C source - text += "};\n\n" + text += "};" print(text)