diff options
Diffstat (limited to 'state.h')
| -rw-r--r-- | state.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -118,7 +118,7 @@ typedef struct { char* prompt; bool exact_match; bool center; - bool verbose; + size_t verbose; bool password; bool orderless; char* (*strstr2)(const char*, const char*); |
