From: <ped...@us...> - 2006-10-18 19:42:55
|
Revision: 743 http://svn.sourceforge.net/cegcc/?rev=743&view=rev Author: pedroalves Date: 2006-10-18 11:56:22 -0700 (Wed, 18 Oct 2006) Log Message: ----------- Minor cleanup. Modified Paths: -------------- trunk/cegcc/src/mingw/include/stdio.h Modified: trunk/cegcc/src/mingw/include/stdio.h =================================================================== --- trunk/cegcc/src/mingw/include/stdio.h 2006-10-18 14:32:36 UTC (rev 742) +++ trunk/cegcc/src/mingw/include/stdio.h 2006-10-18 18:56:22 UTC (rev 743) @@ -159,7 +159,7 @@ #ifdef __COREDLL__ -# define stdin _getstdfilex(0) +# define stdin _getstdfilex(0) # define stdout _getstdfilex(1) # define stderr _getstdfilex(2) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |