summaryrefslogtreecommitdiff
path: root/sys/arch/macppc
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/macppc')
-rw-r--r--sys/arch/macppc/dev/adb.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/macppc/dev/adb.c b/sys/arch/macppc/dev/adb.c
index ebb03fd70d8..533195bbbe0 100644
--- a/sys/arch/macppc/dev/adb.c
+++ b/sys/arch/macppc/dev/adb.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: adb.c,v 1.9 2003/10/16 03:54:48 deraadt Exp $ */
+/* $OpenBSD: adb.c,v 1.10 2005/06/06 01:08:46 miod Exp $ */
/* $NetBSD: adb.c,v 1.6 1999/08/16 06:28:09 tsubai Exp $ */
/*-
@@ -154,7 +154,7 @@ adbattach(struct device *parent, struct device *self, void *aux)
break;
}
- printf("%d targets\n", totaladbs);
+ printf(", %d targets\n", totaladbs);
#if NAED > 0
/* ADB event device for compatibility */