Browse Source

Remove semicolon

Kyle Burke 1 year ago
parent
commit
9d99f98194
1 changed files with 1 additions and 1 deletions
  1. 1 1
      core/sys/windows/types.odin

+ 1 - 1
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,