Skip to content

Commit 552d1a1

Browse files
committed
Fixed wrong class name. reported by #7
1 parent ad6d4db commit 552d1a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mrblib/cfunc_rb.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def self.ffi_type
1010

1111
module CFunc
1212
def self.Int(val); Int.new(val) end
13-
def self.UInt8(val); UIn8.new(val) end
13+
def self.UInt8(val); UInt8.new(val) end
1414
def self.SInt8(val); SInt8.new(val) end
1515
def self.UInt16(val); UInt16.new(val) end
1616
def self.SInt16(val); SInt16.new(val) end

0 commit comments

Comments
 (0)