]> git.ipfire.org Git - thirdparty/fcron.git/commitdiff
minor bug changes in parseopt()
authorThibault Godouet <yo8192@users.noreply.github.com>
Mon, 22 May 2000 17:53:05 +0000 (17:53 +0000)
committerThibault Godouet <yo8192@users.noreply.github.com>
Mon, 22 May 2000 17:53:05 +0000 (17:53 +0000)
fcron.c

diff --git a/fcron.c b/fcron.c
index 541a0f92cd0d7f85dece3d85fd00aff0c08ed283..fdb02246e2d7843c8ebd195d76b4a1ff0e0f433f 100644 (file)
--- a/fcron.c
+++ b/fcron.c
  *  `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;