diff options
Diffstat (limited to 'utils/acid/os-Plan9.c')
| -rw-r--r-- | utils/acid/os-Plan9.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/acid/os-Plan9.c b/utils/acid/os-Plan9.c index 1ac60404..8fcfa141 100644 --- a/utils/acid/os-Plan9.c +++ b/utils/acid/os-Plan9.c @@ -54,7 +54,7 @@ waitfor(int pid) } free(w); } - return nil; + /* not reached */ } char * @@ -78,7 +78,7 @@ runcmd(char *cmd) default: return waitfor(pid); } - return 0; + /* not reached */ } void |
