From 451ccf604296eb1000b3f6eaf13ec71018b2a37c Mon Sep 17 00:00:00 2001 From: thib Date: Wed, 21 Jun 2000 13:45:43 +0000 Subject: [PATCH] message printed by -V option modified --- fcron.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/fcron.c b/fcron.c index cb643b8..6383249 100644 --- a/fcron.c +++ b/fcron.c @@ -21,11 +21,11 @@ * `LICENSE' that comes with the fcron source distribution. */ - /* $Id: fcron.c,v 1.19 2000-06-21 10:44:15 thib Exp $ */ + /* $Id: fcron.c,v 1.20 2000-06-21 13:45:43 thib Exp $ */ #include "fcron.h" -char rcs_info[] = "$Id: fcron.c,v 1.19 2000-06-21 10:44:15 thib Exp $"; +char rcs_info[] = "$Id: fcron.c,v 1.20 2000-06-21 13:45:43 thib Exp $"; void main_loop(void); void info(void); @@ -75,8 +75,7 @@ info(void) fprintf(stderr, "fcron " VERSION " - periodic command scheduler\n" "Copyright 2000 Thibault Godouet \n" - "This program is free software distributed\n" - "WITHOUT ANY WARRANTY.\n" + "This program is free software distributed WITHOUT ANY WARRANTY.\n" "See the GNU General Public License for more details.\n" ); -- 2.40.0