summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1999-10-05 18:14:45 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1999-10-05 18:14:45 +0000
commit2f6da4636a802db04dea6458358e1cd606d71d7b (patch)
treec7e20691ff386c388df51e36353b7b8f55e53d82 /usr.sbin
parent21e6d03228dcbe1c39805aeeb1d3c08b36e6dd82 (diff)
compile
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/config/exec_ecoff.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/config/exec_ecoff.c b/usr.sbin/config/exec_ecoff.c
index 638eba23205..f9c9089817a 100644
--- a/usr.sbin/config/exec_ecoff.c
+++ b/usr.sbin/config/exec_ecoff.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: exec_ecoff.c,v 1.1 1999/10/04 20:00:51 deraadt Exp $ */
+/* $OpenBSD: exec_ecoff.c,v 1.2 1999/10/05 18:14:44 deraadt Exp $ */
/*
* Copyright (c) 1999 Mats O Jansson. All rights reserved.
@@ -30,7 +30,7 @@
*/
#ifndef LINT
-static char rcsid[] = "$OpenBSD: exec_ecoff.c,v 1.1 1999/10/04 20:00:51 deraadt Exp $";
+static char rcsid[] = "$OpenBSD: exec_ecoff.c,v 1.2 1999/10/05 18:14:44 deraadt Exp $";
#endif
#include <err.h>
@@ -84,7 +84,7 @@ ecoff_check(file)
if (read(fd,(char *)&ecoff_ex, sizeof(ecoff_ex)) != sizeof(ecoff_ex))
ret = 0;
- if (ret)
+ if (ret) {
if (ECOFF_BADMAG(&ecoff_ex))
ret = 0;
}