diff options
author | Frederic Culot <calcurse@culot.org> | 2008-12-14 15:54:50 +0000 |
---|---|---|
committer | Frederic Culot <calcurse@culot.org> | 2008-12-14 15:54:50 +0000 |
commit | 65ec1bb0fa126748a84555406c22de3588f47b9b (patch) | |
tree | bc732b49d769b75a6e56ac15e29deeda8af2f03f /src/calendar.c | |
parent | 8900d0f8f267c5508aa2c940c57e879baf0a25af (diff) | |
download | calcurse-65ec1bb0fa126748a84555406c22de3588f47b9b.zip |
small bugfixes and code cleanup
Diffstat (limited to 'src/calendar.c')
-rwxr-xr-x | src/calendar.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/calendar.c b/src/calendar.c index 31403d1..e6f8feb 100755 --- a/src/calendar.c +++ b/src/calendar.c @@ -1,4 +1,4 @@ -/* $calcurse: calendar.c,v 1.19 2008/12/07 09:20:38 culot Exp $ */ +/* $calcurse: calendar.c,v 1.20 2008/12/14 15:54:51 culot Exp $ */ /* * Calcurse - text-based organizer @@ -130,7 +130,7 @@ calendar_set_first_day_of_week (wday_e first_day) week_begins_on_monday = true; break; default: - fputs (_("ERROR in calendar_set_first_day_of_week\n"), stderr); + ERROR_MSG (_("ERROR setting first day of week")); week_begins_on_monday = false; /* NOTREACHED */ } |