diff options
author | kstailey <kstailey@cvs.openbsd.org> | 1997-07-23 14:33:07 +0000 |
---|---|---|
committer | kstailey <kstailey@cvs.openbsd.org> | 1997-07-23 14:33:07 +0000 |
commit | 9e5f93caa6f3ca5383daa2254d9da72e9654eb4e (patch) | |
tree | 8222f27e82d8aff72febd7e52c1c7ca5468d2d8a /bin/cp/extern.h | |
parent | dc827378e8e2aaf3813b5a7cd4b487194c224ebd (diff) |
tabify
Diffstat (limited to 'bin/cp/extern.h')
-rw-r--r-- | bin/cp/extern.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/cp/extern.h b/bin/cp/extern.h index 6d20efd07b2..860330977c3 100644 --- a/bin/cp/extern.h +++ b/bin/cp/extern.h @@ -1,4 +1,4 @@ -/* $OpenBSD: extern.h,v 1.3 1997/02/25 02:27:28 millert Exp $ */ +/* $OpenBSD: extern.h,v 1.4 1997/07/23 14:33:06 kstailey Exp $ */ /* $NetBSD: extern.h,v 1.3 1995/03/21 09:02:16 cgd Exp $ */ /*- @@ -38,7 +38,7 @@ typedef struct { char *p_end; /* pointer to NULL at end of path */ - char *target_end; /* pointer to end of target base */ + char *target_end; /* pointer to end of target base */ char p_path[MAXPATHLEN + 1]; /* pointer to the start of a path */ } PATH_T; |