X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Finc.c;h=fce9cec2beee5f972afd86199736ecab8cd510ae;hp=ef1b08febc408334e5467ca4db48f436b25be541;hb=cd665517f488ca62e71b7fd1db6df0813dee052a;hpb=38615191e71744b066425e0c44412b62dbe49cc2 diff --git a/uip/inc.c b/uip/inc.c index ef1b08f..fce9cec 100644 --- a/uip/inc.c +++ b/uip/inc.c @@ -223,7 +223,7 @@ static FILE *in; */ char *map_name(char *); -static void inc_done(int); +static void inc_done(int) NORETURN; #ifdef POP static int pop_action(char *); static int pop_pack(char *); @@ -545,7 +545,7 @@ main (int argc, char **argv) adios (NULL, "no mail to incorporate"); if ((cp = strdup(newmail)) == (char *)0) - adios (maildir, "error allocating memory to copy newmail"); + adios (NULL, "error allocating memory to copy newmail"); newmail = cp; }