mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
syntax errors
This commit is contained in:
parent
22a88b6735
commit
db318aa36d
2 changed files with 2 additions and 2 deletions
|
@ -70,7 +70,7 @@ ecankbd(void)
|
|||
void
|
||||
emoveto(Point p)
|
||||
{
|
||||
USED(p);
|
||||
/* USED(p); */
|
||||
bad();
|
||||
}
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@ char *winsize;
|
|||
static int
|
||||
bad(void)
|
||||
{
|
||||
sysfatal("compiled with no window system support"):
|
||||
sysfatal("compiled with no window system support");
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue