summaryrefslogtreecommitdiffstats
path: root/source/theme.c
diff options
context:
space:
mode:
authorDave Davenport <qball@blame.services>2023-01-14 13:02:35 +0100
committerDave Davenport <qball@blame.services>2023-01-14 13:02:35 +0100
commit727d7c579df1d4950144c52720c7fbcc30b60457 (patch)
tree720944b431d3be03258fa369da0f089dc79898cf /source/theme.c
parentf70b0ed3fdfa3116c2ec1c7b84ad1c3b5e58fe7a (diff)
Update copyright dates.
Diffstat (limited to 'source/theme.c')
-rw-r--r--source/theme.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/theme.c b/source/theme.c
index 386a5ad6..c467fd77 100644
--- a/source/theme.c
+++ b/source/theme.c
@@ -2,7 +2,7 @@
* rofi
*
* MIT/X11 License
- * Copyright © 2013-2022 Qball Cow <qball@gmpclient.org>
+ * Copyright © 2013-2023 Qball Cow <qball@gmpclient.org>
*
* Permission is hereby granted, free of charge, to any person obtaining
* a copy of this software and associated documentation files (the
@@ -66,7 +66,7 @@ void rofi_theme_print_parsed_files(gboolean is_term) {
printf("\nParsed files:\n");
for (GList *iter = g_list_first(parsed_config_files); iter != NULL;
iter = g_list_next(iter)) {
- printf("\t\u2022 %s%s%s\n", is_term ? color_bold : "",
+ printf("\t\u2023 %s%s%s\n", is_term ? color_bold : "",
(const char *)(iter->data), is_term ? color_reset : "");
}
printf("\n");