From: Kern Sibbald Date: Sat, 25 Oct 2003 19:45:41 +0000 (+0000) Subject: More changes X-Git-Tag: Release-7.0.0~9931 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=0ca01b0a869997c04b89a5ed38f7340ebf776fdd;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");