[ros-diffs] [pschweitzer] 37383: Fixed typo, spotted by Sylvain

pschweitzer at svn.reactos.org pschweitzer at svn.reactos.org
Sun Nov 16 00:05:06 CET 2008


Author: pschweitzer
Date: Sat Nov 15 17:05:06 2008
New Revision: 37383

URL: http://svn.reactos.org/svn/reactos?rev=37383&view=rev
Log:
Fixed typo, spotted by Sylvain

Modified:
    branches/pierre-fsd/drivers/filesystems/fs_rec/ext2.c

Modified: branches/pierre-fsd/drivers/filesystems/fs_rec/ext2.c
URL: http://svn.reactos.org/svn/reactos/branches/pierre-fsd/drivers/filesystems/fs_rec/ext2.c?rev=37383&r1=37382&r2=37383&view=diff
==============================================================================
--- branches/pierre-fsd/drivers/filesystems/fs_rec/ext2.c [iso-8859-1] (original)
+++ branches/pierre-fsd/drivers/filesystems/fs_rec/ext2.c [iso-8859-1] Sat Nov 15 17:05:06 2008
@@ -97,7 +97,7 @@
 
             /* Load the file system */
             Status = FsRecLoadFileSystem(DeviceObject,
-                                         L"\\Registry\\Machine\\System\\CurrentControlSet\\Services\\Ext2");
+                                         L"\\Registry\\Machine\\System\\CurrentControlSet\\Services\\Ext2fs");
             break;
 
         default:



More information about the Ros-diffs mailing list