summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/kern/exec_elf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/exec_elf.c b/sys/kern/exec_elf.c
index 980c6b269bc..7ba59b25e73 100644
--- a/sys/kern/exec_elf.c
+++ b/sys/kern/exec_elf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: exec_elf.c,v 1.29 2000/01/01 21:11:18 mickey Exp $ */
+/* $OpenBSD: exec_elf.c,v 1.30 2001/01/16 15:49:00 art Exp $ */
/*
* Copyright (c) 1996 Per Fogelstrom
@@ -700,7 +700,7 @@ exec_elf_fixup(p, epp)
* Push extra arguments on the stack needed by dynamically
* linked binaries
*/
- if(error == 0) {
+ if (error == 0) {
a = ai;
a->au_id = AUX_phdr;