From: Kern Sibbald Date: Tue, 12 Jan 2016 16:46:23 +0000 (+0100) Subject: Tweak remove blank line X-Git-Tag: Release-7.4.0~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=16e984355f65340e5da81d192c57f2d00b3c2c57;p=thirdparty%2Fbacula.git Tweak remove blank line --- diff --git a/bacula/src/cats/sql_get.c b/bacula/src/cats/sql_get.c index cfdb4151e..d6ae98256 100644 --- a/bacula/src/cats/sql_get.c +++ b/bacula/src/cats/sql_get.c @@ -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