]> git.sur5r.net Git - bacula/bacula/commitdiff
Fix compiler warning noted in bug #2309
authorKern Sibbald <kern@sibbald.com>
Sun, 3 Sep 2017 08:44:33 +0000 (10:44 +0200)
committerKern Sibbald <kern@sibbald.com>
Sun, 3 Sep 2017 08:44:33 +0000 (10:44 +0200)
bacula/src/cats/bvfs.h

index a9bcf5f2fa628b30a499d3ea0ed09b642215ce3f..a76bb5c6961009aca3a493cfc09edd3c870d700d 100644 (file)
@@ -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 {