diff options
-rwxr-xr-x | tools/genruby.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/genruby.rb b/tools/genruby.rb index 7432ffd..0942e1f 100755 --- a/tools/genruby.rb +++ b/tools/genruby.rb @@ -118,7 +118,7 @@ end # def get_type_from_arg arg if arg=~ /^\s*void\s*$/ - return get_type 'void' + return '' end if arg =~ /\.\.\./ return '... FIXME' |