diff --git a/tools/make-jpg-h.py b/tools/make-jpg-h.py index be33e6b..e5a0d12 100755 --- a/tools/make-jpg-h.py +++ b/tools/make-jpg-h.py @@ -71,7 +71,6 @@ def main(): *****************************************************************************/ """).strip() + "\n\n\n" + text - with open(dest, "w") as h_file: h_file.write(text)