diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2009-03-15 19:26:25 +0100 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2009-03-15 19:26:25 +0100 |
commit | 749657865844a0aa90c09f8c1fd35fb8395b1d4b (patch) | |
tree | e5772eb251e7594ec8f6a25dd4249109b5cd700f | |
parent | 6569263ccdc969560445d9a3815fbc17f3039c4f (diff) |
remove (wrong) comment
-rw-r--r-- | src/cssparser.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cssparser.hh b/src/cssparser.hh index 2ae5f7dd..c48b695f 100644 --- a/src/cssparser.hh +++ b/src/cssparser.hh @@ -24,4 +24,4 @@ CssPropertyList *a_Css_parse_declaration(const char *buf, int buflen); extern const CssPropertyInfo Css_property_info[CSS_PROPERTY_LAST]; -#endif // __CSS_H__ +#endif |