Add newline to generated hinting header file.
authorDaniel Carl <danielcarl@gmx.de>
Tue, 20 May 2014 19:46:47 +0000 (21:46 +0200)
committerDaniel Carl <danielcarl@gmx.de>
Tue, 20 May 2014 19:46:47 +0000 (21:46 +0200)
Clang compiler wants a newline at the end of source files.

src/js2h.sh

index b6d3bf2..871401e 100755 (executable)
@@ -11,3 +11,4 @@ cat $1 | \
     -e 's|\\|\\\\|g' \
     -e 's|"|\\"|g' \
     -e '$s/$/"/'
+echo ""