diff options
| -rw-r--r-- | sys/src/9/boot/boot.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/src/9/boot/boot.h b/sys/src/9/boot/boot.h index 24273929e..4cb7400bb 100644 --- a/sys/src/9/boot/boot.h +++ b/sys/src/9/boot/boot.h @@ -4,8 +4,8 @@ enum { extern char* bootdisk; -extern void fatal(char*); +extern void fatal(char*); extern int readfile(char*, char*, int); -extern void run(char*, ...); +extern void run(char*, ...); extern void setenv(char*, char*, int); extern int writefile(char*, char*, int); |
