Skip to content

Commit

Permalink
Fix enum values.
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco van Wieringen committed Dec 11, 2014
1 parent 75f1f12 commit d9a2cec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/include/fileopts.h
Expand Up @@ -66,9 +66,9 @@ enum {
FO_HONOR_NODUMP = 26, /* Honor NODUMP flag */
FO_XATTR = 27, /* Backup Extended Attributes */
FO_DELTA = 28, /* Delta data -- i.e. all copies returned on restore */
FO_PLUGIN = 30, /* Plugin data stream -- return to plugin on restore */
FO_OFFSETS = 31, /* Keep I/O file offsets */
FO_NO_AUTOEXCL = 32 /* Don't use autoexclude methods */
FO_PLUGIN = 29, /* Plugin data stream -- return to plugin on restore */
FO_OFFSETS = 30, /* Keep I/O file offsets */
FO_NO_AUTOEXCL = 31 /* Don't use autoexclude methods */
};

/*
Expand Down

0 comments on commit d9a2cec

Please sign in to comment.