C-expression does not include a semicolon
This commit is contained in:
parent
cc14319b71
commit
d95249ade3
@ -4,6 +4,6 @@ class Integer
|
||||
#
|
||||
# Returns +true+ if +num+ has a zero value.
|
||||
def zero?
|
||||
Primitive.cexpr! 'int_zero_p(self);'
|
||||
Primitive.cexpr! 'int_zero_p(self)'
|
||||
end
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user