diff options
| author | Riley Beckett <rbeckettvt@gmail.com> | 2026-04-11 22:28:39 -0400 |
|---|---|---|
| committer | Riley Beckett <rbeckettvt@gmail.com> | 2026-04-11 22:28:39 -0400 |
| commit | bbfbacc75e9bcb8a8b9d81b5f2a06567734c2873 (patch) | |
| tree | 0553947878040daee598d17a5aca600fa8134c4b /state.h | |
| parent | 820afc0d5af5d1536ecb7faaac86d01e788dacdf (diff) | |
fix some compiler error
Diffstat (limited to 'state.h')
| -rw-r--r-- | state.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -121,7 +121,7 @@ typedef struct { bool verbose; bool password; bool orderless; - char* (*strstr)(const char*, const char*); + char* (*strstr2)(const char*, const char*); // input item_t* items; |
