* `LICENSE' that comes with the fcron source distribution.
*/
- /* $Id: database.c,v 1.49 2001-02-27 20:50:22 thib Exp $ */
+ /* $Id: database.c,v 1.50 2001-04-21 08:50:46 thib Exp $ */
#include "fcron.h"
else
exe_array[i].e_line = NULL;
- goto nextloop;
+ break;
}
i++;
}
- /* execution shouldn't come here */
- debug("not in exe_array !");
- nextloop:
}
}
else
exe_array[i].e_line = NULL;
- goto nextloop;
+ break;
}
i++;
}
- /* execution shouldn't come here */
- debug("not in exe_array !");
- nextloop:
}
}