mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 14:53:40 +00:00
Silence a debug message.
svn path=/trunk/; revision=11261
This commit is contained in:
parent
50fcbd0ea9
commit
29240c3d8b
1 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@
|
||||||
* along with this program; if not, write to the Free Software
|
* along with this program; if not, write to the Free Software
|
||||||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||||
*/
|
*/
|
||||||
/* $Id: environment.c,v 1.7 2004/09/30 20:23:00 ekohl Exp $
|
/* $Id: environment.c,v 1.8 2004/10/10 18:26:33 ekohl Exp $
|
||||||
*
|
*
|
||||||
* COPYRIGHT: See COPYING in the top level directory
|
* COPYRIGHT: See COPYING in the top level directory
|
||||||
* PROJECT: ReactOS system libraries
|
* PROJECT: ReactOS system libraries
|
||||||
|
@ -307,7 +307,7 @@ CreateEnvironmentBlock (LPVOID *lpEnvironment,
|
||||||
HKEY hKeyUser;
|
HKEY hKeyUser;
|
||||||
NTSTATUS Status;
|
NTSTATUS Status;
|
||||||
|
|
||||||
DPRINT1 ("CreateEnvironmentBlock() called\n");
|
DPRINT("CreateEnvironmentBlock() called\n");
|
||||||
|
|
||||||
if (lpEnvironment == NULL)
|
if (lpEnvironment == NULL)
|
||||||
return FALSE;
|
return FALSE;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue