Browse code

Fix typo

Shawn Webb authored on 2014/05/28 11:45:01
Showing 1 changed files
... ...
@@ -169,7 +169,7 @@ typedef enum {
169 169
 #define ENGINE_OPTIONS_NONE             0x0
170 170
 #define ENGINE_OPTIONS_DISABLE_CACHE    0x1
171 171
 #define ENGINE_OPTIONS_FORCE_TO_DISK    0x2
172
-#define ENGINE_OPTIONS_DISABLE_PE_STATS 0x3
172
+#define ENGINE_OPTIONS_DISABLE_PE_STATS 0x4
173 173
 
174 174
 struct cl_engine;
175 175
 struct cl_settings;