X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/c6f2d14d9c38345075629af3487c2de491584ca1..4a56a28ac:/sbr/makedir.c diff --git a/sbr/makedir.c b/sbr/makedir.c index a905f331..ad481099 100644 --- a/sbr/makedir.c +++ b/sbr/makedir.c @@ -1,6 +1,4 @@ - -/* - * makedir.c -- make a directory +/* makedir.c -- make a directory * * This code is Copyright (c) 2002, by the authors of nmh. See the * COPYRIGHT file in the root directory of the nmh distribution for @@ -12,6 +10,7 @@ */ #include +#include "makedir.h" #include int @@ -73,6 +72,5 @@ makedir (const char *dir) if (had_an_error) return 0; /* opposite of UNIX error return convention */ - else - return 1; + return 1; }