aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorNotKyon <nocannedmeat@gmail.com>2025-02-09 04:02:00 -0800
committerNotKyon <nocannedmeat@gmail.com>2025-02-09 04:02:00 -0800
commitba9e723643ded7cbfc54f190ff10b6264e34cf20 (patch)
treee923b1152fea91067af793139856e2e4f269093c /core
parent2b36849004beeeae434a9b5a68d4f707b810f8c1 (diff)
Win32: Fix strict style conformance.
Diffstat (limited to 'core')
-rw-r--r--core/sys/windows/comctl32.odin2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/sys/windows/comctl32.odin b/core/sys/windows/comctl32.odin
index 87c42c3ce..68245fabc 100644
--- a/core/sys/windows/comctl32.odin
+++ b/core/sys/windows/comctl32.odin
@@ -1612,7 +1612,7 @@ TVINSERTSTRUCTW :: struct {
_: struct #raw_union {
itemex: TVITEMEXW,
item: TV_ITEMW,
- }
+ },
}
TV_INSERTSTRUCTW :: TVINSERTSTRUCTW
LPTVINSERTSTRUCTW :: ^TVINSERTSTRUCTW