]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/findlib/find_one.c
Tweak version date
[bacula/bacula] / bacula / src / findlib / find_one.c
index 355779bc85ed7fcdab670c8c13e595e85b0c3e67..b2d7f988104192bf6b601d63498ae56c396527f9 100644 (file)
@@ -1,7 +1,7 @@
 /*
    Bacula® - The Network Backup Solution
 
-   Copyright (C) 2000-2009 Free Software Foundation Europe e.V.
+   Copyright (C) 2000-2010 Free Software Foundation Europe e.V.
 
    The main author of Bacula is Kern Sibbald, with contributions from
    many others, a complete list can be found in the file AUTHORS.
@@ -34,8 +34,6 @@
 
    Thanks to the TAR programmers.
 
-     Version $Id$
-
  */
 
 #include "bacula.h"
@@ -422,9 +420,9 @@ find_one_file(JCR *jcr, FF_PKT *ff_pkt,
     * Ignore this entry if no_dump() returns true
     */
    if (no_dump(jcr, ff_pkt)) {
-      Dmsg1(100, "'%s' ignored (NODUMP flag set)\n",
-            ff_pkt->fname);
-      return 1;
+           Dmsg1(100, "'%s' ignored (NODUMP flag set)\n",
+                 ff_pkt->fname);
+           return 1;
    }
 
    /*