From: Kern Sibbald Date: Sun, 3 Sep 2017 08:44:33 +0000 (+0200) Subject: Fix compiler warning noted in bug #2309 X-Git-Tag: Release-9.0.4~13 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=9acd9114f65ed90400fc7bb69426be4c4c3ba421;p=bacula%2Fbacula Fix compiler warning noted in bug #2309 --- 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 {