mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +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
|
* COPYRIGHT: See COPYING in the top level directory
|
||||||
* PROJECT: ReactOS kernel
|
* PROJECT: ReactOS kernel
|
||||||
|
@ -86,7 +86,7 @@ NTSTATUS MmpCreateSection(PVOID ObjectBody,
|
||||||
return(STATUS_SUCCESS);
|
return(STATUS_SUCCESS);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (wcschr(RemainingPath+1, '\\') != NULL)
|
if (wcschr(RemainingPath+1, L'\\') != NULL)
|
||||||
{
|
{
|
||||||
return(STATUS_UNSUCCESSFUL);
|
return(STATUS_UNSUCCESSFUL);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue