dtscreen: Change to ANSI function definitions

This commit is contained in:
Peter Howkins
2018-06-28 04:23:07 +01:00
parent 6f41ecc453
commit 97005a091e
2 changed files with 2 additions and 9 deletions

View File

@@ -139,8 +139,7 @@ static Window *winprop = NULL; /* dtsession cover windows */
/* VARARGS1 */
void
error(s1, s2)
char *s1, *s2;
error(char *s1, char *s2)
{
fprintf(stderr, s1, ProgramName, s2);
exit(1);