diff options
| author | NotKyon <nocannedmeat@gmail.com> | 2025-02-09 04:02:00 -0800 |
|---|---|---|
| committer | NotKyon <nocannedmeat@gmail.com> | 2025-02-09 04:02:00 -0800 |
| commit | ba9e723643ded7cbfc54f190ff10b6264e34cf20 (patch) | |
| tree | e923b1152fea91067af793139856e2e4f269093c /core/sys/windows | |
| parent | 2b36849004beeeae434a9b5a68d4f707b810f8c1 (diff) | |
Win32: Fix strict style conformance.
Diffstat (limited to 'core/sys/windows')
| -rw-r--r-- | core/sys/windows/comctl32.odin | 2 |
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 |