From: Kern Sibbald Date: Sat, 25 Oct 2003 19:45:41 +0000 (+0000) Subject: More changes X-Git-Tag: Release-1.34.0~357 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=14feb782194c2a2b1186f991bc376484b025d910;p=bacula%2Fbacula More changes git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@786 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/src/lib/util.c b/bacula/src/lib/util.c index 7fc25c69c9..30c5a39cd1 100644 --- a/bacula/src/lib/util.c +++ b/bacula/src/lib/util.c @@ -268,7 +268,7 @@ char *job_level_to_str(int level) str = _("Verify Volume to Catalog"); break; case L_VERIFY_DISK_TO_CATALOG: - str - _("Verify Disk to Catalog"); + str = _("Verify Disk to Catalog"); break; case L_VERIFY_DATA: str = _("Verify Data");