X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fshow.c;h=d656bf9527bde71eeb1dde83d641d4e1a70d0026;hb=0f540a390a62d9732f61fdb21f82048093a3d63d;hp=75e4827fc3e30924c0897944b61e1532fd640bef;hpb=9361ec85a7f8cc7c12dd90ed549392c815d0d7de;p=mmh diff --git a/uip/show.c b/uip/show.c index 75e4827..d656bf9 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 */ } /*