summaryrefslogtreecommitdiff
path: root/src/select/dispatch.c
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2010-04-04 18:44:36 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2010-04-04 18:44:36 +0000
commit7049f972404064683b156346f4267d1b5a676358 (patch)
tree171db02e96b2ab5fda6de490f4cd44c6d68787e0 /src/select/dispatch.c
parent796ab0878d70286fa52d4317d73a5d5688cef452 (diff)
downloadlibcss-7049f972404064683b156346f4267d1b5a676358.tar.gz
libcss-7049f972404064683b156346f4267d1b5a676358.tar.bz2
Correct management of string references in computed styles.
svn path=/trunk/libcss/; revision=10240
Diffstat (limited to 'src/select/dispatch.c')
-rw-r--r--src/select/dispatch.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/select/dispatch.c b/src/select/dispatch.c
index 113ea0f..a0ac4aa 100644
--- a/src/select/dispatch.c
+++ b/src/select/dispatch.c
@@ -12,10 +12,10 @@
* Dispatch table for properties, indexed by opcode
*/
#define PROPERTY_FUNCS(pname) \
- cascade_##pname , \
- set_##pname##_from_hint, \
- initial_##pname , \
- compose_##pname , \
+ cascade_##pname, \
+ set_##pname##_from_hint, \
+ initial_##pname, \
+ compose_##pname, \
destroy_##pname
struct prop_table prop_dispatch[CSS_N_PROPERTIES] = {