X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/9361ec85a7f8cc7c12dd90ed549392c815d0d7de..ac79e8d6a1a8a3cb3fb2438b03d3d0ba5ea2570d:/uip/show.c?ds=sidebyside diff --git a/uip/show.c b/uip/show.c index 75e4827f..d656bf95 100644 --- a/uip/show.c +++ b/uip/show.c @@ -49,6 +49,9 @@ static struct swit switches[] = { */ static int is_nontext(char *); +/* prototype from mhlsbr.c */ +int mhl (int, char **); + #define SHOW 0 #define NEXT 1 #define PREV 2 @@ -353,6 +356,7 @@ go_to_it: ; vec[0] = r1bindex (proc, '/'); execvp (proc, vec); adios (proc, "unable to exec"); + return 0; /* dead code to satisfy the compiler */ } /*