diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2001-04-29 21:56:00 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2001-04-29 21:56:00 +0000 |
commit | 78ae142a3f16fd25ea994091e9f4fcee8e236348 (patch) | |
tree | 372240b6fdea8bc269e1fe70ee61a51529634f20 /usr.bin/sup | |
parent | 9abac38df93dc7f5e857f06ed79a15c5dfcdabc4 (diff) |
labels should precede actual code, not braces; from NetBSD
Diffstat (limited to 'usr.bin/sup')
-rw-r--r-- | usr.bin/sup/src/expand.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/sup/src/expand.c b/usr.bin/sup/src/expand.c index 9aa0ae719ee..c7b368f7d28 100644 --- a/usr.bin/sup/src/expand.c +++ b/usr.bin/sup/src/expand.c @@ -1,4 +1,4 @@ -/* $OpenBSD: expand.c,v 1.8 2001/04/29 18:16:19 millert Exp $ */ +/* $OpenBSD: expand.c,v 1.9 2001/04/29 21:55:59 millert Exp $ */ /* * Copyright (c) 1991 Carnegie Mellon University @@ -345,8 +345,8 @@ slash: addone(path, ""); else glob(p); -pathovfl: } +pathovfl: pathp = spathp; *pathp = 0; return (0); |