mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-25 17:51:01 +00:00
Make const to avoid warning
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@10949 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
8bbc9ba946
commit
cb05e84f86
1 changed files with 1 additions and 1 deletions
|
@ -309,7 +309,7 @@ internal_unicode_enc()
|
|||
return unicode_enc;
|
||||
}
|
||||
|
||||
static char *
|
||||
static const char *
|
||||
iconv_stringforencoding(NSStringEncoding enc)
|
||||
{
|
||||
switch (enc)
|
||||
|
|
Loading…
Reference in a new issue