aboutsummaryrefslogtreecommitdiffstats
path: root/src/vars.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/vars.c')
-rw-r--r--src/vars.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/vars.c b/src/vars.c
index 5394ba4..03cd0c9 100644
--- a/src/vars.c
+++ b/src/vars.c
@@ -84,9 +84,9 @@ char *daynames[8] = {
N_("Sun")
};
-/*
+/*
* variables to store data path names, which are initialized in
- * io_init()
+ * io_init()
*/
char path_dir[] = "";
char path_todo[] = "";
@@ -108,7 +108,7 @@ struct nbar nbar;
struct dmon_conf dmon;
/*
- * Variables init
+ * Variables init
*/
void
vars_init (struct conf *conf)