diff options
Diffstat (limited to 'css.sh')
-rw-r--r-- | css.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/css.sh b/css.sh index 80f28d1..be3e44b 100644 --- a/css.sh +++ b/css.sh @@ -3,7 +3,7 @@ set -eu cat <<EOF #define CSS(...) #__VA_ARGS__ -static const char CSS[] = CSS( +const char *CSS = CSS( EOF cat "$@" echo ');' |