From 56949550025f447691b0f32632b35af4749da358 Mon Sep 17 00:00:00 2001 From: Frederic Culot Date: Sun, 12 Jul 2009 16:21:57 +0000 Subject: stdbool header removed, unsigned type used instead --- src/io.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/io.c') diff --git a/src/io.c b/src/io.c index 46f5641..732c15c 100755 --- a/src/io.c +++ b/src/io.c @@ -1,4 +1,4 @@ -/* $calcurse: io.c,v 1.66 2009/07/05 20:33:20 culot Exp $ */ +/* $calcurse: io.c,v 1.67 2009/07/12 16:22:00 culot Exp $ */ /* * Calcurse - text-based organizer @@ -1522,7 +1522,7 @@ io_check_data_files (void) /* Draw the startup screen */ void -io_startup_screen (bool skip_dialogs, int no_data_file) +io_startup_screen (unsigned skip_dialogs, int no_data_file) { char *welcome_mesg = _("Welcome to Calcurse. Missing data files were created."); -- cgit v1.2.3-54-g00ecf