]> git.sur5r.net Git - bacula/bacula/commitdiff
Tweak remove blank line
authorKern Sibbald <kern@sibbald.com>
Tue, 12 Jan 2016 16:46:23 +0000 (17:46 +0100)
committerKern Sibbald <kern@sibbald.com>
Tue, 12 Jan 2016 16:46:23 +0000 (17:46 +0100)
bacula/src/cats/sql_get.c

index cfdb4151e131c1c548dc2ced8aebb49a97ceb0a7..d6ae98256002fca811a29f9ba1a22eb03fe2ec98 100644 (file)
@@ -68,7 +68,7 @@ bool BDB::bdb_get_file_attributes_record(JCR *jcr, char *afname, JOB_DBR *jr, FI
 }
 
 
-/**
+/*
  * Get a File record
  *
  *  DO NOT use Jmsg in this routine.
@@ -162,10 +162,9 @@ bool BDB::bdb_get_file_record(JCR *jcr, JOB_DBR *jr, FILE_DBR *fdbr)
       Mmsg(errmsg, _("File record not found in Catalog.\n"));
    }
    return ok;
-
 }
 
-/**
+/*
  * Get Filename record
  * Returns: 0 on failure
  *          FilenameId on success