mirror of
https://github.com/ruby/ruby.git
synced 2025-08-24 13:34:17 +02:00
* ext/tcltklib/tcltklib.c (ip_init): need at least one statement after label.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4132 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
30b4904fd7
commit
85f1f85868
2 changed files with 6 additions and 0 deletions
|
@ -623,6 +623,7 @@ ip_init(argc, argv, self)
|
|||
}
|
||||
case 0:
|
||||
/* no args */
|
||||
;
|
||||
}
|
||||
|
||||
/* from Tcl_AppInit() */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue