]> git.sur5r.net Git - bacula/bacula/commitdiff
Fix bad #endif
authorKern Sibbald <kern@sibbald.com>
Sat, 13 Mar 2004 09:32:46 +0000 (09:32 +0000)
committerKern Sibbald <kern@sibbald.com>
Sat, 13 Mar 2004 09:32:46 +0000 (09:32 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1131 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/dird/ua_output.c

index ffebf59e9aff94fba2bf5a3397b3ab54731f4b3e..e2f402592ba0d6f5bcb37c3c0d9286d108e62444 100644 (file)
@@ -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];