syntax errors

This commit is contained in:
rsc 2005-03-15 20:26:30 +00:00
parent 22a88b6735
commit db318aa36d
2 changed files with 2 additions and 2 deletions

View file

@ -70,7 +70,7 @@ ecankbd(void)
void void
emoveto(Point p) emoveto(Point p)
{ {
USED(p); /* USED(p); */
bad(); bad();
} }

View file

@ -10,7 +10,7 @@ char *winsize;
static int static int
bad(void) bad(void)
{ {
sysfatal("compiled with no window system support"): sysfatal("compiled with no window system support");
return 0; return 0;
} }