1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-12-04 14:46:47 -05:00

[fastfind] const in comment

This commit is contained in:
Witold Filipczyk 2022-02-15 15:36:40 +01:00
parent f3037662eb
commit d7d3268b5c

View File

@ -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. */