diff --git a/moo/lib/Makefile.in b/moo/lib/Makefile.in index b234a53..ba5dff2 100644 --- a/moo/lib/Makefile.in +++ b/moo/lib/Makefile.in @@ -404,7 +404,6 @@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ -runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ diff --git a/moo/lib/err.c b/moo/lib/err.c index 9a3c4a6..95a1693 100644 --- a/moo/lib/err.c +++ b/moo/lib/err.c @@ -42,7 +42,7 @@ static moo_ooch_t errstr_10[] = {'e','x','i','s','t','i','n','g','/','d','u','p' static moo_ooch_t errstr_11[] = {'b','u','s','y','\0'}; static moo_ooch_t errstr_12[] = {'a','c','c','e','s','s',' ','d','e','n','i','e','d','\0'}; static moo_ooch_t errstr_13[] = {'o','p','e','r','a','t','i','o','n',' ','n','o','t',' ','p','e','r','m','i','t','t','e','d','\0'}; -static moo_ooch_t errstr_14[] = {'n','o','t',' ','a',' ','d','i','r','e','c','t','o','r','y','\0'}; +static moo_ooch_t errstr_14[] = {'n','o','t',' ',' ','d','i','r','e','c','t','o','r','y','\0'}; static moo_ooch_t errstr_15[] = {'i','n','t','e','r','r','u','p','t','e','d','\0'}; static moo_ooch_t errstr_16[] = {'p','i','p','e',' ','e','r','r','o','r','\0'}; static moo_ooch_t errstr_17[] = {'r','e','s','o','u','r','c','e',' ','t','e','m','p','o','r','a','r','i','l','y',' ','u','n','a','v','a','i','l','a','b','l','e','\0'};