From 9d99f98194712b4456b7f2ae7b9d6aafa28ecf4a Mon Sep 17 00:00:00 2001 From: Kyle Burke Date: Tue, 23 Jul 2024 00:22:19 -0500 Subject: [PATCH] Remove semicolon --- core/sys/windows/types.odin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/sys/windows/types.odin b/core/sys/windows/types.odin index e32a04cbb..cf84dc48c 100644 --- a/core/sys/windows/types.odin +++ b/core/sys/windows/types.odin @@ -2209,7 +2209,7 @@ FILE_TYPE_PIPE :: 0x0003 RECT :: struct {left, top, right, bottom: LONG} POINT :: struct {x, y: LONG} -PWINDOWPOS :: ^WINDOWPOS; +PWINDOWPOS :: ^WINDOWPOS WINDOWPOS :: struct { hwnd: HWND, hwndInsertAfter: HWND,