diff options
Diffstat (limited to 'src/include/backup/backup_manifest.h')
-rw-r--r-- | src/include/backup/backup_manifest.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/backup/backup_manifest.h b/src/include/backup/backup_manifest.h index 5a481dbcf5a..bd7067ae42e 100644 --- a/src/include/backup/backup_manifest.h +++ b/src/include/backup/backup_manifest.h @@ -21,7 +21,7 @@ typedef enum manifest_option { MANIFEST_OPTION_YES, MANIFEST_OPTION_NO, - MANIFEST_OPTION_FORCE_ENCODE + MANIFEST_OPTION_FORCE_ENCODE, } backup_manifest_option; typedef struct backup_manifest_info |