artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3172beb
)
add missing semicolon; ok mbalmer@, marco@
author
robert
<robert@openbsd.org>
Thu, 14 Aug 2008 14:31:31 +0000
(14:31 +0000)
committer
robert
<robert@openbsd.org>
Thu, 14 Aug 2008 14:31:31 +0000
(14:31 +0000)
sys/dev/acpi/acpibat.c
patch
|
blob
|
history
diff --git
a/sys/dev/acpi/acpibat.c
b/sys/dev/acpi/acpibat.c
index
ee86f7c
..
6360c5e
100644
(file)
--- a/
sys/dev/acpi/acpibat.c
+++ b/
sys/dev/acpi/acpibat.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: acpibat.c,v 1.5
1 2008/08/05 17:01:06 marco
Exp $ */
+/* $OpenBSD: acpibat.c,v 1.5
2 2008/08/14 14:31:31 robert
Exp $ */
/*
* Copyright (c) 2005 Marco Peereboom <marco@openbsd.org>
*
@@
-403,7
+403,7
@@
acpibat_notify(struct aml_node *node, int notify_type, void *arg)
{
struct acpibat_softc *sc = arg;
struct aml_value res;
- int present
+ int present
;
dnprintf(10, "acpibat_notify: %.2x %s\n", notify_type,
sc->sc_devnode->name);