Skip to content

Commit 4721986

Browse files
committed
signedchar.c: use int main to avoid C99 warning
1 parent e6d50f8 commit 4721986

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/signedchar.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
main()
1+
int main()
22
{
33
signed char x = 'a';
44
return (x - 'a');

0 commit comments

Comments
 (0)