mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 17:44:45 +00:00
Fixed typo
svn path=/trunk/; revision=797
This commit is contained in:
parent
05a567fce3
commit
e77c8000db
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
/* $Id: section.c,v 1.17 1999/11/25 10:47:57 dwelch Exp $
|
||||
/* $Id: section.c,v 1.18 1999/11/25 23:37:02 ekohl Exp $
|
||||
*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS kernel
|
||||
|
@ -86,7 +86,7 @@ NTSTATUS MmpCreateSection(PVOID ObjectBody,
|
|||
return(STATUS_SUCCESS);
|
||||
}
|
||||
|
||||
if (wcschr(RemainingPath+1, '\\') != NULL)
|
||||
if (wcschr(RemainingPath+1, L'\\') != NULL)
|
||||
{
|
||||
return(STATUS_UNSUCCESSFUL);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue