Full memory management support (memory.c & memory.h & mem.S)
[reactos.git] / 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] = '\\';
          }