summaryrefslogtreecommitdiffstats
path: root/source/theme.c
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2017-03-17 14:27:08 +0100
committerDave Davenport <qball@gmpclient.org>2017-03-17 14:27:08 +0100
commit6447ddf0d7a2dd9ef4c19b7c293c9b111e251413 (patch)
tree524c3890144337fd4fc0ed90a9cd3173227fe40d /source/theme.c
parent50477a0b99e893da8858fad0e0318b8d4e63b3a5 (diff)
clang-check fixes
Diffstat (limited to 'source/theme.c')
-rw-r--r--source/theme.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/theme.c b/source/theme.c
index 04dba19b..799ba8b2 100644
--- a/source/theme.c
+++ b/source/theme.c
@@ -94,7 +94,7 @@ static void rofi_theme_print_distance ( Distance d )
}
}
/** Textual representation of Window Location */
-const char const * WindowLocationStr[9] = {
+const char * const WindowLocationStr[9] = {
"center",
"northwest",
"north",