From 2a7a05342fb7490a2a91309a9906f5de93e82a1b Mon Sep 17 00:00:00 2001 From: Kevin Lyles Date: Wed, 20 Feb 2008 10:00:45 +0000 Subject: [PATCH] Fixed a typo and re-added an accidentally removed line git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1002 7f574dfc-610e-0410-a909-a81674777703 --- src/conky.c | 2 +- src/mboxscan.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/conky.c b/src/conky.c index faee431..0219f16 100644 --- a/src/conky.c +++ b/src/conky.c @@ -754,7 +754,7 @@ static char *scan_graph(const char *args, int *w, int *h, *h = 25; *first_colour = 0; *last_colour = 0; - + *scale = 0; /* graph's argument is either height or height,width */ if (args) { if (sscanf(args, "%d,%d %x %x %i", h, w, first_colour, last_colour, diff --git a/src/mboxscan.c b/src/mboxscan.c index c9fddc4..f721470 100644 --- a/src/mboxscan.c +++ b/src/mboxscan.c @@ -150,7 +150,7 @@ void mbox_scan(char *args, char *output, size_t max_len) free(copy_args); } if (strlen(mbox_mail_spool) < 1) { - CRIT_ERR("Usage: ${mboxscan [-n ] [-fw ] [-sw ] [-t mbox}"); + CRIT_ERR("Usage: ${mboxscan [-n ] [-fw ] [-sw ] [-t mbox]}"); } /* allowing $MAIL in the config */ -- 1.7.9.5