mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
parent
9c464a0348
commit
d86ce27523
@ -5,6 +5,7 @@
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
@ -133,7 +134,7 @@ add_selector_property(struct css_selector *selector, struct css_property *prop)
|
||||
|
||||
if (newprop) {
|
||||
copy_struct(newprop, prop);
|
||||
add_to_list(selector->properties, newprop);
|
||||
add_to_list_end(selector->properties, newprop);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user