projects
/
vimb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb9bfc8
)
Add newline to generated hinting header file.
author
Daniel Carl
<danielcarl@gmx.de>
Tue, 20 May 2014 19:46:47 +0000
(21:46 +0200)
committer
Daniel 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
patch
|
blob
|
history
diff --git
a/src/js2h.sh
b/src/js2h.sh
index
b6d3bf2
..
871401e
100755
(executable)
--- a/
src/js2h.sh
+++ b/
src/js2h.sh
@@
-11,3
+11,4
@@
cat $1 | \
-e 's|\\|\\\\|g' \
-e 's|"|\\"|g' \
-e '$s/$/"/'
+echo ""