From 16e984355f65340e5da81d192c57f2d00b3c2c57 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Tue, 12 Jan 2016 17:46:23 +0100 Subject: [PATCH] Tweak remove blank line --- bacula/src/cats/sql_get.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/bacula/src/cats/sql_get.c b/bacula/src/cats/sql_get.c index cfdb4151e1..d6ae982560 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 -- 2.39.5