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

[css] const in css_property_info

This commit is contained in:
Witold Filipczyk 2022-02-04 18:23:54 +01:00
parent 471b431a98
commit 9c78205ddf

View File

@ -114,7 +114,7 @@ typedef int (*css_property_value_parser_T)(struct css_property_info *propinfo,
/** The struct css_property_info describes what values the properties can
* have and what internal type they have. */
struct css_property_info {
char *name;
const char *name;
enum css_property_type type;
/** This is the storage type, basically describing what to save to