diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2001-02-07 08:44:42 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2001-02-07 08:44:42 +0000 |
| commit | ee613f9cb82a661f16f98bd492c70ff40a44de81 (patch) | |
| tree | 5225134f807a9864507f8443e87fd3d02fc6c89d | |
| parent | 0b7c27b90449f1ce7f1cd01256e301b9c82f62bd (diff) | |
Notes
| -rw-r--r-- | sys/dev/musycc/musycc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/musycc/musycc.c b/sys/dev/musycc/musycc.c index e0f92e102b5b..d9d4b37588d1 100644 --- a/sys/dev/musycc/musycc.c +++ b/sys/dev/musycc/musycc.c @@ -803,7 +803,7 @@ musycc_intr0(void *arg) case 0: if (er == 13) { /* SHT */ sc->chan[ch]->last_rxerr = time_second; - sc->chan[i]->short_error++; + sc->chan[ch]->short_error++; break; } default: |
