X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fmhlsbr.c;h=df0a223b37d0e98607e0426526936179fbb9fbed;hb=af586ebe59b73c23b2291624ab0015913c5a3687;hp=7c13bec4120b31e8bfda34b810086bd9701d4720;hpb=0334babd3b366359fa8879a07222e615d9d69459;p=mmh diff --git a/uip/mhlsbr.c b/uip/mhlsbr.c index 7c13bec..df0a223 100644 --- a/uip/mhlsbr.c +++ b/uip/mhlsbr.c @@ -13,7 +13,7 @@ #include #include #include -#include +#include #include #include #include @@ -338,7 +338,7 @@ int mhl (int argc, char **argv) { int length = 0, nomore = 0; - unsigned int i, vecp = 0;; + unsigned int i, vecp = 0; int width = 0; char *cp, *folder = NULL, *form = NULL; char buf[BUFSIZ], *files[MAXARGS]; @@ -868,7 +868,7 @@ process (char *folder, char *fname, int ofilen, int ofilec) struct mcomp *c1; struct stat st; - switch (m_setjmp (env)) { + switch (setjmp (env)) { case OK: if (fname) { fp = mhl_action ? (*mhl_action) (fname) : fopen (fname, "r"); @@ -1772,7 +1772,7 @@ mhlsbr (int argc, char **argv, FILE *(*action)()) char *cp = NULL; struct mcomp *c1; - switch (m_setjmp (mhlenv)) { + switch (setjmp (mhlenv)) { case OK: cp = invo_name; sleepsw = 0; /* XXX */