Skip to content

Commit

Permalink
msftidy
Browse files Browse the repository at this point in the history
  • Loading branch information
Meatballs1 committed Feb 8, 2013
1 parent a6fea39 commit a980419
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def check_calling_conv(conv)
if not @@allowed_convs.include?(conv)
raise ArgumentError, "Calling convention unknown: #{conv}."
end
end
end

def check_type_exists (type)
if not @@allowed_datatypes.has_key?(type)
Expand Down

0 comments on commit a980419

Please sign in to comment.