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); } + +}