fix formatting

svn path=/trunk/; revision=41661
This commit is contained in:
Christoph von Wittich 2009-06-28 13:52:27 +00:00
parent a291ebef7a
commit 593091354a

View file

@ -1,20 +1,20 @@
/* /*
* COPYRIGHT: See COPYING in the top level directory * COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS system libraries * PROJECT: ReactOS system libraries
* FILE: lib/crt/?????? * FILE: lib/crt/??????
* PURPOSE: Unknown * PURPOSE: Unknown
* PROGRAMER: Unknown * PROGRAMER: Unknown
* UPDATE HISTORY: * UPDATE HISTORY:
* 25/11/05: Created * 25/11/05: Created
*/ */
#include <precomp.h> #include <precomp.h>
#include <tchar.h> #include <tchar.h>
#ifdef _UNICODE #ifdef _UNICODE
#define sT "S" #define sT "S"
#else #else
#define sT "s" #define sT "s"
#endif #endif
#define MK_STR(s) #s #define MK_STR(s) #s
@ -122,8 +122,6 @@ FILE *_tpopen (const _TCHAR *cm, const _TCHAR *md) /* program name, pipe mode */
CloseHandle(hReadPipe); CloseHandle(hReadPipe);
} }
//pf->_tmpfname = ProcessInformation.hProcess;
return( pf ); return( pf );
} }