Remove semicolon

This commit is contained in:
Kyle Burke
2024-07-23 00:22:19 -05:00
parent c32e12c3f5
commit 9d99f98194

View File

@@ -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,