From: Thibault Godouet Date: Mon, 22 May 2000 17:53:05 +0000 (+0000) Subject: minor bug changes in parseopt() X-Git-Tag: ver2_9_4~718 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e1da219b0ce1290a503d093c824b4ffb74ffdb7a;p=thirdparty%2Ffcron.git minor bug changes in parseopt() --- diff --git a/fcron.c b/fcron.c index 541a0f9..fdb0224 100644 --- a/fcron.c +++ b/fcron.c @@ -21,11 +21,11 @@ * `LICENSE' that comes with the fcron source distribution. */ - /* $Id: fcron.c,v 1.5 2000-05-22 17:37:03 thib Exp $ */ + /* $Id: fcron.c,v 1.6 2000-05-22 17:53:05 thib Exp $ */ #include "fcron.h" -char rcs_info[] = "$Id: fcron.c,v 1.5 2000-05-22 17:37:03 thib Exp $"; +char rcs_info[] = "$Id: fcron.c,v 1.6 2000-05-22 17:53:05 thib Exp $"; void main_loop(void); void info(void); @@ -208,7 +208,7 @@ parseopt(int argc, char *argv[]) usage(); break; case 'd': - debug_opt = 1; + debug_opt = 1; break; case 'f': foreground = 1; break;