diff options
Diffstat (limited to 'src/ui-day.c')
-rw-r--r-- | src/ui-day.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui-day.c b/src/ui-day.c index d7112af..64321a3 100644 --- a/src/ui-day.c +++ b/src/ui-day.c @@ -177,7 +177,7 @@ static void update_rept(struct rpt **rpt, const long start) { int newtype, newfreq; time_t newuntil; - char *freqstr = NULL, *timstr, *outstr; + char *freqstr = NULL, *timstr = NULL, *outstr; const char *msg_rpt_prefix = _("Enter the new repetition type:"); const char *msg_rpt_daily = _("(d)aily"); const char *msg_rpt_weekly = _("(w)eekly"); |