1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00

dthelp: Change to ANSI function definitions

This commit is contained in:
Peter Howkins 2018-06-28 04:23:35 +01:00
parent 97005a091e
commit 3503243d14

View file

@ -138,9 +138,8 @@ struct {
#define NO8BITCHARS 256
int invert[NO8BITCHARS], emptycell;
main(argc, argv)
int argc;
char *argv[];
int
main(int argc, char *argv[])
{
int i, both = FALSE, spec = FALSE, coll = FALSE, error = FALSE ;