]> sjero.net Git - wget/blobdiff - src/iri.h
mass change: update copyright years.
[wget] / src / iri.h
index 1d2fe645807f969eb1e35b0bd3a3279f647349de..49b25d3bb39b3b37e36cce4c49e4a01dc2873010 100644 (file)
--- a/src/iri.h
+++ b/src/iri.h
@@ -1,5 +1,5 @@
 /* Internationalization related declarations.
-   Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc.
+   Copyright (C) 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
 
 This file is part of GNU Wget.
 
@@ -54,7 +54,7 @@ void set_content_encoding (struct iri *i, char *charset);
 
 #else /* ENABLE_IRI */
 
-struct iri dummy_iri;
+static struct iri dummy_iri;
 
 #define parse_charset(str)          NULL
 #define find_locale()               NULL