projects
/
tinc
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b4f8795
)
Typo.
author
Guus Sliepen
<guus@tinc-vpn.org>
Wed, 4 Sep 2002 23:11:58 +0000
(23:11 +0000)
committer
Guus Sliepen
<guus@tinc-vpn.org>
Wed, 4 Sep 2002 23:11:58 +0000
(23:11 +0000)
lib/gettext.h
patch
|
blob
|
history
diff --git
a/lib/gettext.h
b/lib/gettext.h
index
ba92769
..
2b9a16d
100644
(file)
--- a/
lib/gettext.h
+++ b/
lib/gettext.h
@@
-61,7
+61,7
@@
# define bind_textdomain_codeset(Domainname, Codeset) ((const char *) (Codeset))
# define _(Text) Text
-# define setlocale(Category, Locale) ((c
h
onst char *) (Locale))
+# define setlocale(Category, Locale) ((const char *) (Locale))
#endif