summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornic <ra@afu.re>2024-06-11 12:06:15 -0400
committernic <ra@afu.re>2024-06-11 12:06:15 -0400
commit595b747c1105d9ca0092e6e1ff5732f3e0f7560f (patch)
treee01b09b86053b0a9987515d6a79f4249aebef8e6
parentfb4e1568b967254a5708d1a87a946e6e8f17a03c (diff)
fix typoHEADmaster
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index 9a09ad4..2813a29 100644
--- a/config.h
+++ b/config.h
@@ -112,7 +112,7 @@ float alphaOffset = 0.0;
float alphaUnfocus;
/* Terminal colors (16 first used in escape sequence) */
-sstatic const char *colorname[] = {
+static const char *colorname[] = {
"#131313",
"#cc241d",
"#009107",