]> sjero.net Git - wget/blobdiff - src/css-tokens.h
mass change: update copyright years.
[wget] / src / css-tokens.h
index ece9fcc76ce37e6f46083d593961798d38ca44d8..6a1e2ee0053a3a3dfe2f818539f7aebe121b4402 100644 (file)
@@ -1,5 +1,5 @@
 /* Declarations for css.lex
-   Copyright (C) 2006, 2009, 2010 Free Software Foundation, Inc.
+   Copyright (C) 2006, 2009, 2010, 2011 Free Software Foundation, Inc.
 
 This file is part of GNU Wget.
 
@@ -61,6 +61,6 @@ enum {
   NUMBER,
   URI,
   FUNCTION
-} css_tokens;
+};
 
 #endif /* CSS_TOKENS_H */