summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@cvs.openbsd.org>2004-10-12 16:17:15 +0000
committerChristian Weisgerber <naddy@cvs.openbsd.org>2004-10-12 16:17:15 +0000
commit26e155e5976b4e9b347ea059dfd6733de9739962 (patch)
tree076cd6109e8475874fcbeca593b623943ba56cbc /sys/arch
parent9873ef4940ff3a0e609c0bbe0b220a82f8c59156 (diff)
remove text after #endif (errors out with gcc3)
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/i386/i386/nvram.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/i386/nvram.c b/sys/arch/i386/i386/nvram.c
index 4ea95891f35..051d19f59c8 100644
--- a/sys/arch/i386/i386/nvram.c
+++ b/sys/arch/i386/i386/nvram.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: nvram.c,v 1.1 2004/10/03 21:28:34 jcs Exp $ */
+/* $OpenBSD: nvram.c,v 1.2 2004/10/12 16:17:14 naddy Exp $ */
/*
* Copyright (c) 2004 Joshua Stein <jcs@openbsd.org>
@@ -64,7 +64,7 @@ nvramattach(int num)
if (nvram_initialized || nvram_csum_valid()) {
#ifdef NVRAM_DEBUG
printf("nvram: initialized\n");
-#endif NVRAM_DEBUG
+#endif
nvram_initialized = 1;
nvram_opened = 0;