Explorar o código

Remove semicolon

Kyle Burke hai 1 ano
pai
achega
9d99f98194
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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,