X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/93a18dd7a6b92922361383a4e6152380da5f3583..refs/heads/master:/h/aliasbr.h?ds=inline diff --git a/h/aliasbr.h b/h/aliasbr.h index 6e7a5a32..a80d8b05 100644 --- a/h/aliasbr.h +++ b/h/aliasbr.h @@ -28,7 +28,7 @@ char *akerror (int); /* codes returned by alias() */ -#define AK_OK 0 /* file parsed OK */ -#define AK_NOFILE 1 /* couldn't read file */ -#define AK_ERROR 2 /* error parsing file */ +#define AK_OK 0 /* file parsed OK */ +#define AK_NOFILE 1 /* couldn't read file */ +#define AK_ERROR 2 /* error parsing file */ #define AK_LIMIT 3 /* memory limit exceeded */