From 26e155e5976b4e9b347ea059dfd6733de9739962 Mon Sep 17 00:00:00 2001 From: Christian Weisgerber Date: Tue, 12 Oct 2004 16:17:15 +0000 Subject: remove text after #endif (errors out with gcc3) --- sys/arch/i386/i386/nvram.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys') 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 @@ -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; -- cgit v1.2.3