diff options
Diffstat (limited to 'contrib/tcsh/ma.setp.c')
-rw-r--r-- | contrib/tcsh/ma.setp.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/tcsh/ma.setp.c b/contrib/tcsh/ma.setp.c index d515d0f..9d489c6 100644 --- a/contrib/tcsh/ma.setp.c +++ b/contrib/tcsh/ma.setp.c @@ -82,7 +82,7 @@ ********************************************************************** */ #include "sh.h" -RCSID("$Id: ma.setp.c,v 1.12 1996/04/26 19:18:36 christos Exp $") +RCSID("$Id: ma.setp.c,v 1.13 2003/05/26 07:11:06 christos Exp $") #ifdef MACH @@ -442,8 +442,8 @@ char *inpath, *path; if (n >= 0) insert(pe, n, path); else - xprintf(CGETS(10, 4, "setpath: %s not found in %s\n", - inpath, pe->pname)); + xprintf(CGETS(10, 4, "setpath: %s not found in %s\n"), + inpath, pe->pname); } } |