]> gitweb.factorcode.org Git - factor.git/commitdiff
fix typo in os-windows.cpp
authorDoug Coleman <doug.coleman@gmail.com>
Wed, 3 Feb 2010 22:03:22 +0000 (16:03 -0600)
committerDoug Coleman <doug.coleman@gmail.com>
Wed, 3 Feb 2010 22:03:22 +0000 (16:03 -0600)
vm/os-windows.cpp

index c537148a540be3e3905646fe080ab6894ddcdc18..a6914a9f70a97b8e048e274d02ecfb7f2a0b6742 100755 (executable)
@@ -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);
 }
+
+}