Skip to content

Commit

Permalink
fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfill-gen committed Mar 23, 2022
1 parent fd8a49a commit cbf0e11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/TLSphinx/Globals.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

import Foundation

let STrue: uint8 = 1
let SFalse: uint8 = 0
let STrue: UInt8 = 1
let SFalse: UInt8 = 0

let STrue32: CInt = 1
let SFalse32: CInt = 0
Expand Down

0 comments on commit cbf0e11

Please sign in to comment.