From: Timo Kreuzer Date: Tue, 4 Jan 2011 22:29:43 +0000 (+0000) Subject: [CRT] X-Git-Tag: backups/ros-branch-0_3_13@51035~199 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=2f04a699159a9fc00bd93d02f462626d547beffa [CRT] Fix build svn path=/trunk/; revision=50291 --- diff --git a/reactos/lib/sdk/crt/printf/streamout.c b/reactos/lib/sdk/crt/printf/streamout.c index 3933ed94336..69696406a80 100644 --- a/reactos/lib/sdk/crt/printf/streamout.c +++ b/reactos/lib/sdk/crt/printf/streamout.c @@ -17,7 +17,7 @@ #define streamout wstreamout #define format_float format_floatw #define _flsbuf _flswbuf -int __cdecl _flwsbuf(int ch, FILE *stream); +int __cdecl _flswbuf(int ch, FILE *stream); #endif #define MB_CUR_MAX 10