syntax errors
This commit is contained in:
parent
22a88b6735
commit
db318aa36d
@ -70,7 +70,7 @@ ecankbd(void)
|
|||||||
void
|
void
|
||||||
emoveto(Point p)
|
emoveto(Point p)
|
||||||
{
|
{
|
||||||
USED(p);
|
/* USED(p); */
|
||||||
bad();
|
bad();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user