Remove extra blank lines from png2c.py output
Adding them just seems unnecessary.
This commit is contained in:
parent
fc104c8b4f
commit
acb43011c1
1 changed files with 1 additions and 1 deletions
|
|
@ -89,6 +89,6 @@ for path in sys.argv[1:]:
|
|||
i += 1
|
||||
|
||||
# Now conclude the C source
|
||||
text += "};\n\n"
|
||||
text += "};"
|
||||
|
||||
print(text)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue