summaryrefslogtreecommitdiff
path: root/csslint
diff options
context:
space:
mode:
authorDodji Seketeli <dodji@gnome.org>2004-03-04 23:36:04 +0000
committerDodji Seketeli <dodji@src.gnome.org>2004-03-04 23:36:04 +0000
commitc2ae0c55befcb725f4d068c9ef8a8f54101b9047 (patch)
tree5050e45508bd3fdbf4bd11202ff39e839916813f /csslint
parent586d0453fb8d672415039b3fef920535e463657e (diff)
downloadlibcroco-c2ae0c55befcb725f4d068c9ef8a8f54101b9047.tar.gz
fixed silly bug in there. added the support of the "!important" keyword at
2004-03-05 Dodji Seketeli <dodji@gnome.org> * csslint/csslint.c: (parse_cmd_line) fixed silly bug in there. * src/cr-declaration.[ch],src/cr-om-parser.c, src/cr-parser.[ch],src/cr-statement.c,tests/test2-main.c, tests/test3-main.c: added the support of the "!important" keyword at the parsing level. * tests/test-inputs/test4.1.css: update nr tests to reflect the new !important thing. * src/cr-sel-eng.c: (put_css_properties_in_props_list): fix a small subtle bug in here. Selection engine is becoming more and more reliable ;).
Diffstat (limited to 'csslint')
-rw-r--r--csslint/csslint.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/csslint/csslint.c b/csslint/csslint.c
index c0d01c6..2ac1745 100644
--- a/csslint/csslint.c
+++ b/csslint/csslint.c
@@ -141,7 +141,6 @@ parse_cmd_line (int a_argc, char **a_argv,
exit (-1);
}
a_options->user_sheet_path = a_argv[i] ;
- i++ ;
}
else if (!strcmp (a_argv[i], "--ua-sheet"))
{