From 9acd9114f65ed90400fc7bb69426be4c4c3ba421 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Sun, 3 Sep 2017 10:44:33 +0200 Subject: [PATCH] Fix compiler warning noted in bug #2309 --- bacula/src/cats/bvfs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bacula/src/cats/bvfs.h b/bacula/src/cats/bvfs.h index a9bcf5f2fa..a76bb5c696 100644 --- a/bacula/src/cats/bvfs.h +++ b/bacula/src/cats/bvfs.h @@ -38,7 +38,7 @@ typedef enum { BVFS_DIR_RECORD = 'D', BVFS_FILE_VERSION = 'V', BVFS_VOLUME_LIST = 'L', - BVFS_DELTA_RECORD = 'd', + BVFS_DELTA_RECORD = 'd' } bvfs_handler_type; typedef enum { -- 2.39.5