From 4c92c3889cf98e929dac0019a30db447295d398d Mon Sep 17 00:00:00 2001 From: Scott Long Date: Sun, 2 Dec 2007 18:47:31 +0000 Subject: [PATCH] Fix a typo that was hidden by AMR_DEBUG. --- sys/dev/amr/amr_pci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/amr/amr_pci.c b/sys/dev/amr/amr_pci.c index 2c7e78a85d4..dec96c089df 100644 --- a/sys/dev/amr/amr_pci.c +++ b/sys/dev/amr/amr_pci.c @@ -483,7 +483,7 @@ amr_pci_intr(void *arg) static void amr_pci_free(struct amr_softc *sc) { - void *p + void *p; debug_called(1);