Remove extra blank lines from png2c.py output
Adding them just seems unnecessary.
This commit is contained in:
@@ -89,6 +89,6 @@ for path in sys.argv[1:]:
|
|||||||
i += 1
|
i += 1
|
||||||
|
|
||||||
# Now conclude the C source
|
# Now conclude the C source
|
||||||
text += "};\n\n"
|
text += "};"
|
||||||
|
|
||||||
print(text)
|
print(text)
|
||||||
|
Reference in New Issue
Block a user