Parcourir la source

Win32: Fix strict style conformance.

NotKyon il y a 7 mois
Parent
commit
ba9e723643
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      core/sys/windows/comctl32.odin

+ 1 - 1
core/sys/windows/comctl32.odin

@@ -1612,7 +1612,7 @@ TVINSERTSTRUCTW :: struct {
 	_: struct #raw_union {
 		itemex: TVITEMEXW,
 		item: TV_ITEMW,
-	}
+	},
 }
 TV_INSERTSTRUCTW   :: TVINSERTSTRUCTW
 LPTVINSERTSTRUCTW  :: ^TVINSERTSTRUCTW