]> granicus.if.org Git - fcron/commitdiff
*** empty log message ***
authorthib <thib>
Fri, 16 Jun 2000 11:51:11 +0000 (11:51 +0000)
committerthib <thib>
Fri, 16 Jun 2000 11:51:11 +0000 (11:51 +0000)
Makefile.in
conf.c

index ed568d67f352a32a02ac4397699879fa2d4929ba..0e7983c50976733dba4566feaa62b8835e6dbfec 100644 (file)
@@ -2,7 +2,7 @@
 # fcron's Makefile  ########
 ############################
 
-# $Id: Makefile.in,v 1.14 2000-06-15 20:40:27 thib Exp $
+# $Id: Makefile.in,v 1.15 2000-06-16 11:53:27 thib Exp $
 
 # ********************************************************* #
 # *** Begin of configurable stuffs ************************ #
@@ -28,8 +28,8 @@ ETC=/etc/
 #                      for each execution of each job.
 #OPTIM=                -DDEBUG -g -DFOREGROUND
 #OPTIM=                -DDEBUG -DCHECKJOBS -Wall -Wpointer-arith -Wstrict-prototypes
-OPTIM=         -DDEBUG -Wall -Wpointer-arith -Wstrict-prototypes
-#OPTIM=                -O2 -Wall
+#OPTIM=                -DDEBUG -Wall -Wpointer-arith -Wstrict-prototypes
+OPTIM=         -O2 -Wall
 #OPTIM=                -O3 -mcpu=i686 -Wall
 
 
diff --git a/conf.c b/conf.c
index ef7deffb56f121c4ea667c33d4df131dbf2f6c87..202f68521b8e20cd25a66ba2f671be718a7ca260 100644 (file)
--- a/conf.c
+++ b/conf.c
@@ -22,7 +22,7 @@
  *  `LICENSE' that comes with the fcron source distribution.
  */
 
- /* $Id: conf.c,v 1.7 2000-06-15 20:10:11 thib Exp $ */
+ /* $Id: conf.c,v 1.8 2000-06-16 11:51:11 thib Exp $ */
 
 #include "fcron.h"
 
@@ -501,7 +501,7 @@ delete_file(const char *user_name)
      *   otherwise free all files */
 {
     CF *file;
-    CF *prev_file=NULL;
+    CF *prev_file = NULL;
     CL *line;
     CL *cur_line;
     env_t *env = NULL;