mirror of
https://github.com/rkd77/elinks.git
synced 2025-02-02 15:09:23 -05:00
[css] const in css_property_info
This commit is contained in:
parent
471b431a98
commit
9c78205ddf
@ -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
|
/** The struct css_property_info describes what values the properties can
|
||||||
* have and what internal type they have. */
|
* have and what internal type they have. */
|
||||||
struct css_property_info {
|
struct css_property_info {
|
||||||
char *name;
|
const char *name;
|
||||||
enum css_property_type type;
|
enum css_property_type type;
|
||||||
|
|
||||||
/** This is the storage type, basically describing what to save to
|
/** This is the storage type, basically describing what to save to
|
||||||
|
Loading…
x
Reference in New Issue
Block a user