From: Daniel Carl Date: Tue, 20 May 2014 19:46:47 +0000 (+0200) Subject: Add newline to generated hinting header file. X-Git-Url: https://git.owens.tech/about.html/about.html/git?a=commitdiff_plain;h=a0a5f4f720acc3662b2f68c7c1392be8d1ff08fe;p=vimb.git Add newline to generated hinting header file. Clang compiler wants a newline at the end of source files. --- diff --git a/src/js2h.sh b/src/js2h.sh index b6d3bf2..871401e 100755 --- a/src/js2h.sh +++ b/src/js2h.sh @@ -11,3 +11,4 @@ cat $1 | \ -e 's|\\|\\\\|g' \ -e 's|"|\\"|g' \ -e '$s/$/"/' +echo ""