Skip to content

Commit e546f71

Browse files
committed
no K&R style
* dmyext.c (Init_enc): no K&R style anymore. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35710 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
1 parent 0e60b2c commit e546f71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dmyext.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ Init_ext(void)
44
}
55

66
void
7-
Init_enc()
7+
Init_enc(void)
88
{
99
}

0 commit comments

Comments
 (0)