Sprinkling the source with static and attributes.
[oweals/tinc.git] / lib / gettext.h
index ba92769e25ef2795ba466180c819fd7b15fbf17d..2b9a16df37d700a57a0ff036280444cb7417c525 100644 (file)
@@ -61,7 +61,7 @@
 # define bind_textdomain_codeset(Domainname, Codeset) ((const char *) (Codeset))
 
 # define _(Text) Text
-# define setlocale(Category, Locale) ((chonst char *) (Locale))
+# define setlocale(Category, Locale) ((const char *) (Locale))
 
 #endif