mirror of
https://github.com/rkd77/elinks.git
synced 2024-10-13 05:43:37 -04:00
[util] const in scanner_string_mapping
This commit is contained in:
parent
be2e79b0b0
commit
bd6a1d1d23
@ -62,7 +62,7 @@ struct scan_table_info {
|
||||
#define SCAN_TABLE_END SCAN_TABLE_INFO(SCAN_END, 0, 0, 0)
|
||||
|
||||
struct scanner_string_mapping {
|
||||
char *name;
|
||||
const char *name;
|
||||
int type;
|
||||
int base_type;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user