mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Fix a typo that was hidden by AMR_DEBUG.
This commit is contained in:
parent
3002614d91
commit
4c92c3889c
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue