]> gitweb.factorcode.org Git - factor.git/commitdiff
vm: typo in os-windows.hpp
authorJoe Groff <arcata@gmail.com>
Sun, 13 Nov 2011 03:23:44 +0000 (19:23 -0800)
committerJoe Groff <arcata@gmail.com>
Sun, 13 Nov 2011 03:23:44 +0000 (19:23 -0800)
vm/os-windows.hpp

index d382fdcb936fdb461bfe09e143760faf4f576b2d..ac0b2b6d534c786e1d38d911bab2ec6814d2793d 100755 (executable)
@@ -86,7 +86,7 @@ inline static THREADHANDLE thread_id()
        return threadHandle;
 }
 
-inline static breakpoint()
+inline static void breakpoint()
 {
        DebugBreak();
 }