Skip to content

Commit f907e5a

Browse files
committed
Do not use C99 style comment [ci skip]
The minimum required ruby version of this library is still 2.6. C99 has been adopted since ruby 2.7.
1 parent 8b08159 commit f907e5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/io/console/console.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1710,7 +1710,7 @@ console_dev(int argc, VALUE *argv, VALUE klass)
17101710
Check_Type(sym = argv[0], T_SYMBOL);
17111711
}
17121712

1713-
// Force the class to be File.
1713+
/* Force the class to be File. */
17141714
if (klass == rb_cIO) klass = rb_cFile;
17151715

17161716
if (console_dev_get(klass, &con)) {

0 commit comments

Comments
 (0)