summaryrefslogtreecommitdiff
path: root/src/xact.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xact.h')
-rw-r--r--src/xact.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xact.h b/src/xact.h
index 70d411ed..91630481 100644
--- a/src/xact.h
+++ b/src/xact.h
@@ -55,7 +55,7 @@ public:
#define XACT_GENERATED 0x0020 // transaction was not found in a journal
#define XACT_TEMP 0x0040 // transaction is a temporary object
- enum state_t { UNCLEARED, CLEARED, PENDING };
+ enum state_t { UNCLEARED = 0, CLEARED, PENDING };
entry_t * entry;
account_t * account;