From 7447fc10734520906fb98480068c37af805f06e9 Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Wed, 3 Feb 2010 16:03:22 -0600 Subject: [PATCH] fix typo in os-windows.cpp --- vm/os-windows.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vm/os-windows.cpp b/vm/os-windows.cpp index c537148a54..a6914a9f70 100755 --- a/vm/os-windows.cpp +++ b/vm/os-windows.cpp @@ -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); } + +}