diff options
author | Frederic Culot <calcurse@culot.org> | 2007-07-29 20:59:09 +0000 |
---|---|---|
committer | Frederic Culot <calcurse@culot.org> | 2007-07-29 20:59:09 +0000 |
commit | 2767b1f0e9cdb4193f3682ad94bd47de4491e925 (patch) | |
tree | 295eb62c1d0c3c70d0e938f185cee3c4efac8906 /src/notify.c | |
parent | fa87c918480a3ef6449a4d2decc20e455c133477 (diff) | |
download | calcurse-2767b1f0e9cdb4193f3682ad94bd47de4491e925.zip |
compiler warnings fixed
Diffstat (limited to 'src/notify.c')
-rwxr-xr-x | src/notify.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/notify.c b/src/notify.c index e69317e..86b6745 100755 --- a/src/notify.c +++ b/src/notify.c @@ -1,4 +1,4 @@ -/* $calcurse: notify.c,v 1.16 2007/07/28 13:11:42 culot Exp $ */ +/* $calcurse: notify.c,v 1.17 2007/07/29 20:59:09 culot Exp $ */ /* * Calcurse - text-based organizer @@ -490,7 +490,7 @@ notify_print_options(WINDOW *win, int col) void notify_config_bar(void) { - WINDOW *conf_win; + WINDOW *conf_win = 0L; char label[BUFSIZ]; char *buf; char *number_str = |