Commit 6374205e authored by Austin English's avatar Austin English Committed by Alexandre Julliard

msvcrt: Fix a compiler warning on PowerPC.

parent 27d2b9b8
......@@ -2492,7 +2492,7 @@ char * CDECL MSVCRT_fgets(char *s, int size, MSVCRT_FILE* file)
*/
MSVCRT_wint_t CDECL MSVCRT_fgetwc(MSVCRT_FILE* file)
{
char c;
int c;
if (!(MSVCRT_fdesc[file->_file].wxflag & WX_TEXT))
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment