diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-01-02 08:38:59 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-01-02 08:38:59 +0000 |
commit | 41e3a736ec8a5e1fa70aeb42836e3a7d29ce54f8 (patch) | |
tree | 24ae957636571bce9d5948c512f9d05a10bc2069 /bin/rm | |
parent | 64e747d5d1edaa2203e762449fbec33bff6ba25e (diff) |
indent
Diffstat (limited to 'bin/rm')
-rw-r--r-- | bin/rm/rm.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/rm/rm.c b/bin/rm/rm.c index f723e0b32d8..af97972de4b 100644 --- a/bin/rm/rm.c +++ b/bin/rm/rm.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rm.c,v 1.8 1999/01/02 08:30:27 weingart Exp $ */ +/* $OpenBSD: rm.c,v 1.9 1999/01/02 08:38:58 deraadt Exp $ */ /* $NetBSD: rm.c,v 1.19 1995/09/07 06:48:50 jtc Exp $ */ /*- @@ -44,7 +44,7 @@ static char copyright[] = #if 0 static char sccsid[] = "@(#)rm.c 8.8 (Berkeley) 4/27/95"; #else -static char rcsid[] = "$OpenBSD: rm.c,v 1.8 1999/01/02 08:30:27 weingart Exp $"; +static char rcsid[] = "$OpenBSD: rm.c,v 1.9 1999/01/02 08:38:58 deraadt Exp $"; #endif #endif /* not lint */ @@ -353,7 +353,7 @@ rm_overwrite(file, sbp) } err: eval = 1; - if(buf) + if (buf) free(buf); warn("%s", file); } |