From 0ca01b0a869997c04b89a5ed38f7340ebf776fdd Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Sat, 25 Oct 2003 19:45:41 +0000 Subject: [PATCH] More changes git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@786 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/src/lib/util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); -- 2.39.5