pixma: document falling through to next switch case

merge-requests/1/head
Nils Philippsen 2013-11-05 15:19:48 +01:00
rodzic b53a58c4b5
commit 101f76c516
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -2315,6 +2315,8 @@ sanei_bjnp_read_int (SANE_Int dn, SANE_Byte * buffer, size_t * size)
}
device[dn].polling_status = BJNP_POLL_STARTED;
/* fall through to BJNP_POLL_STARTED */
case BJNP_POLL_STARTED:
/* we use only seonds accuracy between poll attempts */
timeout = device[dn].bjnp_timeout /1000;