summary refs log tree commit diff
path: root/css.sh
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--css.sh2
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 ');'