mirror of
https://github.com/rkd77/elinks.git
synced 2024-10-13 05:43:37 -04:00
[fastfind] const in comment
This commit is contained in:
parent
f3037662eb
commit
d7d3268b5c
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user