mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05: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)
|
#define SCAN_TABLE_END SCAN_TABLE_INFO(SCAN_END, 0, 0, 0)
|
||||||
|
|
||||||
struct scanner_string_mapping {
|
struct scanner_string_mapping {
|
||||||
char *name;
|
const char *name;
|
||||||
int type;
|
int type;
|
||||||
int base_type;
|
int base_type;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user