aboutsummaryrefslogtreecommitdiffstats
path: root/src/help.c
diff options
context:
space:
mode:
authorFrederic Culot <calcurse@culot.org>2007-07-23 19:29:34 +0000
committerFrederic Culot <calcurse@culot.org>2007-07-23 19:29:34 +0000
commit6b10eb3623c971dc9299d648dbd929f9c6bde35e (patch)
tree31543564d1483c5133c1c5e1898776425cbafe30 /src/help.c
parent5cc85f48ab4c3054d15a972cb899ed9868432d4b (diff)
downloadcalcurse-6b10eb3623c971dc9299d648dbd929f9c6bde35e.tar.gz
calcurse-6b10eb3623c971dc9299d648dbd929f9c6bde35e.zip
which_pan dependency suppressed in help_screen()
Diffstat (limited to 'src/help.c')
-rwxr-xr-xsrc/help.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/help.c b/src/help.c
index 06861de..255e3a6 100755
--- a/src/help.c
+++ b/src/help.c
@@ -1,4 +1,4 @@
-/* $calcurse: help.c,v 1.17 2007/07/21 19:36:05 culot Exp $ */
+/* $calcurse: help.c,v 1.18 2007/07/23 19:29:34 culot Exp $ */
/*
* Calcurse - text-based organizer
@@ -75,7 +75,7 @@ get_help_lines(char *text)
/* Draws the help screen */
void
-help_screen(int which_pan)
+help_screen(void)
{
WINDOW *help_win = NULL;
WINDOW *help_pad = NULL;