diff options
Diffstat (limited to 'usr.sbin/sade/system.c')
| -rw-r--r-- | usr.sbin/sade/system.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/sade/system.c b/usr.sbin/sade/system.c index 2e5538508789..8f68a42b5f27 100644 --- a/usr.sbin/sade/system.c +++ b/usr.sbin/sade/system.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: system.c,v 1.41 1995/05/29 02:13:31 phk Exp $ + * $Id: system.c,v 1.42 1995/05/29 11:01:39 jkh Exp $ * * Jordan Hubbard * @@ -217,7 +217,7 @@ systemHelpFile(char *file, char *buf) strcpy(oldfile, buf); return buf; } - } + } /* Fall back to normal imperialistic mode :-) */ cp = "en_US.ISO8859-1"; snprintf(buf, FILENAME_MAX, "%s/%s", cp, file); |
