diff options
| -rw-r--r-- | sys/src/cmd/mothra/mothra.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/src/cmd/mothra/mothra.c b/sys/src/cmd/mothra/mothra.c index fef7c9573..485ded812 100644 --- a/sys/src/cmd/mothra/mothra.c +++ b/sys/src/cmd/mothra/mothra.c @@ -699,6 +699,8 @@ void docmd(Panel *p, char *s){ pldraw(root, screen); } +void regerror(char*){} /* don't panic */ + void search(void){ static char last[256]; char buf[256]; |
