aboutsummaryrefslogtreecommitdiffstats
path: root/sway/config.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/config.c')
-rw-r--r--sway/config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/config.c b/sway/config.c
index 88e6fad1..98351b1e 100644
--- a/sway/config.c
+++ b/sway/config.c
@@ -487,7 +487,7 @@ static bool load_config(const char *path, struct sway_config *config) {
487} 487}
488 488
489static int qstrcmp(const void* a, const void* b) { 489static int qstrcmp(const void* a, const void* b) {
490 return strcmp(*((char**) a), *((char**) b)); 490 return strcmp(*((char**) a), *((char**) b));
491} 491}
492 492
493bool load_main_config(const char *file, bool is_active) { 493bool load_main_config(const char *file, bool is_active) {