spelling fixes for hpljm1005 backend

merge-requests/540/head
Peter Marschall 2020-08-29 08:18:26 +02:00
rodzic bbf7d068ed
commit b9ca020ef6
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -181,7 +181,7 @@ static int devlist_count; /* Number of element in the list */
*/
static SANE_Device **devlist = NULL;
/* round() is c99, so we provide our own, though this version wont return -0 */
/* round() is c99, so we provide our own, though this version won't return -0 */
static double
round2(double x)
{