From: Marcela Mašláňová Date: Thu, 26 Jun 2008 08:08:16 +0000 (+0200) Subject: Add missing endif. X-Git-Tag: cronie1.2~7 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ef20427ce3ef5eb22a8e186210f54f6acedfd57a;p=cronie Add missing endif. --- diff --git a/src/database.c b/src/database.c index d59eb9c..14023c6 100644 --- a/src/database.c +++ b/src/database.c @@ -249,6 +249,7 @@ check_inotify_database(cron_db *old_db, int fd) { overwrite_database(old_db, &new_db); Debug(DLOAD, ("check_inotify_database is done\n")) } +#endif static void overwrite_database(cron_db *old_db, cron_db *new_db) {