Fixed typo
authorEric Kohl <eric.kohl@reactos.org>
Thu, 25 Nov 1999 23:37:02 +0000 (23:37 +0000)
committerEric Kohl <eric.kohl@reactos.org>
Thu, 25 Nov 1999 23:37:02 +0000 (23:37 +0000)
svn path=/trunk/; revision=797

reactos/ntoskrnl/mm/section.c

index 6ef667c..ed0c091 100644 (file)
@@ -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
  *
  * COPYRIGHT:       See COPYING in the top level directory
  * 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);
      }