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