Skip to content

Commit

Permalink
Rename type TXID -> TXId
Browse files Browse the repository at this point in the history
  • Loading branch information
ying32 committed Sep 30, 2022
1 parent ab4b249 commit 60b36a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vcl/types/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ type HGLOBAL = uintptr

type TFNWndEnumProc = uintptr

type TXID = uint64
type TXId = uint64

type ATOM = uint16

Expand Down

0 comments on commit 60b36a7

Please sign in to comment.