From d7d3268b5c0a074375fca120b5fbde1827bd407a Mon Sep 17 00:00:00 2001 From: Witold Filipczyk Date: Tue, 15 Feb 2022 15:36:40 +0100 Subject: [PATCH] [fastfind] const in comment --- src/util/fastfind.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/fastfind.h b/src/util/fastfind.h index c8837a914..69a8322da 100644 --- a/src/util/fastfind.h +++ b/src/util/fastfind.h @@ -31,7 +31,7 @@ typedef unsigned char fastfind_flags_T; struct fastfind_index { /** Description useful for debugging mode. */ - char *comment; + const char *comment; /** Start over. */ void (*reset)(void); /** Get next struct fastfind_key_value in line. */