fix typo in os-windows.cpp

db4
Doug Coleman 2010-02-03 16:03:22 -06:00
parent b0840bc355
commit 7447fc1073
1 changed files with 2 additions and 0 deletions

View File

@ -142,3 +142,5 @@ void factor_vm::move_file(const vm_char *path1, const vm_char *path2)
if(MoveFileEx((path1),(path2),MOVEFILE_REPLACE_EXISTING) == false)
general_error(ERROR_IO,tag_fixnum(GetLastError()),false_object,NULL);
}
}