Browse code

Fix typo

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