diff options
| author | Riley Beckett <rbeckettvt@gmail.com> | 2025-10-19 00:26:59 -0400 |
|---|---|---|
| committer | Riley Beckett <rbeckettvt@gmail.com> | 2025-10-19 00:26:59 -0400 |
| commit | 56c5a1da4de4a7511882b2a9d4bae608aca1e61b (patch) | |
| tree | e041ad1554d1f3c66f06e199ee9a93ff74d91f86 /state.h | |
| parent | be014d7b8df14596530ef8f9e7d7a8afae281c5c (diff) | |
change allow-free-result to exact-match
Diffstat (limited to 'state.h')
| -rw-r--r-- | state.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -94,7 +94,7 @@ typedef struct { // arguments int lines; - bool allow_free_result; + bool exact_match; bool center; bool verbose; |
