mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Fix format size.
This commit is contained in:
parent
e1c562d83a
commit
3aa1b9569d
1 changed files with 1 additions and 1 deletions
|
|
@ -251,7 +251,7 @@ ath_ioctl_spectral(struct ath_softc *sc, struct ath_diag *ad)
|
|||
if (insize < sizeof(int)) {
|
||||
device_printf(sc->sc_dev, "%d != %d\n",
|
||||
insize,
|
||||
sizeof(int));
|
||||
(int) sizeof(int));
|
||||
error = EINVAL;
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue