summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2008-08-01 01:16:42 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2008-08-01 01:16:42 +0000
commit718c27d7c9fa997a176b18ec2a4193a3dffe5847 (patch)
treecf8352008153a5936ef53de862ca5966f21d4fea /src
parentda22dbf81c7310a5c6195c26922d07652c88392f (diff)
downloadlibcss-718c27d7c9fa997a176b18ec2a4193a3dffe5847.tar.gz
libcss-718c27d7c9fa997a176b18ec2a4193a3dffe5847.tar.bz2
EOF isn't a parse error
svn path=/trunk/libcss/; revision=4850
Diffstat (limited to 'src')
-rw-r--r--src/parse/parse.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/parse/parse.c b/src/parse/parse.c
index b826b5c..a5d8a1d 100644
--- a/src/parse/parse.c
+++ b/src/parse/parse.c
@@ -1202,8 +1202,6 @@ css_error parseBlockContent(css_parser *parser)
return done(parser);
}
} else if (token->type == CSS_TOKEN_EOF) {
- /** \todo parse error */
-
error = pushBack(parser, token);
if (error != CSS_OK)
return error;