* 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:
usa 2003-07-23 18:44:29 +00:00
parent 30b4904fd7
commit 85f1f85868
2 changed files with 6 additions and 0 deletions

View file

@ -623,6 +623,7 @@ ip_init(argc, argv, self)
}
case 0:
/* no args */
;
}
/* from Tcl_AppInit() */