comment out end comment printing.

This commit is contained in:
christos 2015-08-18 17:49:49 +00:00
parent 8c2dc81004
commit 7e168b655c
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: acpi.c,v 1.11 2015/08/18 17:46:09 christos Exp $ */
/* $NetBSD: acpi.c,v 1.12 2015/08/18 17:49:49 christos Exp $ */
/*-
* Copyright (c) 1998 Doug Rabson
@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
__RCSID("$NetBSD: acpi.c,v 1.11 2015/08/18 17:46:09 christos Exp $");
__RCSID("$NetBSD: acpi.c,v 1.12 2015/08/18 17:49:49 christos Exp $");
#include <sys/param.h>
#include <sys/endian.h>
@ -1677,8 +1677,8 @@ acpi_handle_tcpa(ACPI_TABLE_HEADER *sdp)
printf("\tMaximum Length of Event Log Area=%d\n", tcpa->MaxLogLength);
printf("\tPhysical Address of Log Area=0x%08"PRIx64"\n",
tcpa->LogAddress);
#endif
printf(END_COMMENT);
#endif
}
static void