From a5bef4898aca7fea617f2c5eb5ef71fab3b7a0e3 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Sat, 13 Mar 2004 09:32:46 +0000 Subject: [PATCH] Fix bad #endif git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1131 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/src/dird/ua_output.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bacula/src/dird/ua_output.c b/bacula/src/dird/ua_output.c index ffebf59e9a..e2f402592b 100644 --- a/bacula/src/dird/ua_output.c +++ b/bacula/src/dird/ua_output.c @@ -516,7 +516,7 @@ RUN *find_next_run(RUN *run, JOB *job, time_t &runtime) Dmsg1(000, "bit_set_month=%d\n", bit_is_set(month, run->month)); Dmsg1(000, "bit_set_wom=%d\n", bit_is_set(wom, run->wom)); Dmsg1(000, "bit_set_woy=%d\n", bit_is_set(woy, run->woy)); -#endif xxx +#endif if (tod) { /* Jobs scheduled today (next 24 hours) */ #ifdef xxx char buf[300], num[10]; -- 2.39.5