summaryrefslogtreecommitdiff
path: root/src/select/select.c
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-02-14 07:46:53 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-02-14 07:46:53 +0000
commitc4415a128f7651f2f7358401af75cfc1959c2413 (patch)
treebf8ea7b2654e2c2d2ccd6e24b7e0b54dadd76370 /src/select/select.c
parent2addbadb04d9e3e5afc8b3e1f31bd8abe984f5e4 (diff)
downloadlibcss-c4415a128f7651f2f7358401af75cfc1959c2413.tar.gz
libcss-c4415a128f7651f2f7358401af75cfc1959c2413.tar.bz2
Flag todo
svn path=/trunk/libcss/; revision=6472
Diffstat (limited to 'src/select/select.c')
-rw-r--r--src/select/select.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/select/select.c b/src/select/select.c
index 59a95a4..2057e04 100644
--- a/src/select/select.c
+++ b/src/select/select.c
@@ -826,6 +826,8 @@ css_error match_universal_combinator(css_select_ctx *ctx, css_combinator type,
void *n = node;
css_error error;
+ /** \todo div * p */
+
do {
bool match = false;