Skip to content

Commit

Permalink
Fixed incorrect comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Aug 20, 2010
1 parent 77d16c2 commit acdfcfc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/physfs_unicode.c
Expand Up @@ -323,7 +323,7 @@ void PHYSFS_utf8FromUcs4(const PHYSFS_uint32 *src, char *dst, PHYSFS_uint64 len)
void PHYSFS_utf8FromUcs2(const PHYSFS_uint16 *src, char *dst, PHYSFS_uint64 len)
{
UTF8FROMTYPE(PHYSFS_uint64, src, dst, len);
} /* PHYSFS_utf8FromUcs4 */
} /* PHYSFS_utf8FromUcs2 */

/* latin1 maps to unicode codepoints directly, we just utf-8 encode it. */
void PHYSFS_utf8FromLatin1(const char *src, char *dst, PHYSFS_uint64 len)
Expand Down Expand Up @@ -453,7 +453,7 @@ int __PHYSFS_strnicmpASCII(const char *str1, const char *str2, PHYSFS_uint32 n)
} /* while */

return 0;
} /* __PHYSFS_stricmpASCII */
} /* __PHYSFS_strnicmpASCII */


/* end of physfs_unicode.c ... */
Expand Down

0 comments on commit acdfcfc

Please sign in to comment.