1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-28 01:35:32 +00:00

[util] const in scanner_string_mapping

This commit is contained in:
Witold Filipczyk 2022-02-08 18:14:10 +01:00
parent be2e79b0b0
commit bd6a1d1d23

View File

@ -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;
};