Remove extra blank lines from png2c.py output

Adding them just seems unnecessary.
This commit is contained in:
Vadim Zeitlin
2021-09-15 18:26:33 +01:00
parent fc104c8b4f
commit acb43011c1

View File

@@ -89,6 +89,6 @@ for path in sys.argv[1:]:
i += 1
# Now conclude the C source
text += "};\n\n"
text += "};"
print(text)