X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fmhpath.c;h=0fe638cd7eec06e24a3e3a140b3d90c897ae69bb;hp=aa63f4d73cba9190191792997bc4884572a45fad;hb=4112940aea5591648b03a81907408752c08b33aa;hpb=d4bcca1aa235370bc20bc2734c0cd6f700b17871 diff --git a/uip/mhpath.c b/uip/mhpath.c index aa63f4d..0fe638c 100644 --- a/uip/mhpath.c +++ b/uip/mhpath.c @@ -105,7 +105,7 @@ main(int argc, char **argv) } /* ** TODO: As folder_realloc() checks itself if the realloc - ** really is necesary, why don't we then: + ** really is necessary, why don't we then: ** if (!(mp = folder_realloc (mp, 1, mp->hghmsg+1))) ** adios (NULL, "unable to allocate folder storage"); ** ? This at least appears most clear to me. -- meillo