From bbfbacc75e9bcb8a8b9d81b5f2a06567734c2873 Mon Sep 17 00:00:00 2001 From: Riley Beckett Date: Sat, 11 Apr 2026 22:28:39 -0400 Subject: fix some compiler error --- state.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'state.h') diff --git a/state.h b/state.h index 1eab360..dbcc8fe 100644 --- a/state.h +++ b/state.h @@ -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; -- cgit v1.2.3