Fixed bug (or better: typo)
authorEric Kohl <eric.kohl@reactos.org>
Sun, 19 Nov 2000 22:15:03 +0000 (22:15 +0000)
committerEric Kohl <eric.kohl@reactos.org>
Sun, 19 Nov 2000 22:15:03 +0000 (22:15 +0000)
svn path=/trunk/; revision=1432

reactos/rcopy.c

index b9af1a8..a285ff3 100644 (file)
@@ -19,7 +19,7 @@ char* convert_path(char* origpath)
          }
 #else
 #ifdef DOS_PATHS
-       if (newpath[i] == '/');
+       if (newpath[i] == '/')
          {
             newpath[i] = '\\';
          }