changeset 1016 | 957c97389257 |
parent 998 | 974b90b56c43 |
child 1092 | 12c87d886a75 |
--- a/src/physfs_unicode.c Mon Nov 16 12:26:28 2009 -0500 +++ b/src/physfs_unicode.c Thu Jan 28 02:27:45 2010 -0500 @@ -48,7 +48,7 @@ else if (octet < 128) /* one octet char: 0 to 127 */ { (*_str)++; /* skip to next possible start of codepoint. */ - return(octet); + return octet; } /* else if */ else if ((octet > 127) && (octet < 192)) /* bad (starts with 10xxxxxx). */