Corrected typos in last comment in last commit */

merge-requests/1/head
Louis Lagendijk 2009-10-20 18:22:45 +02:00
rodzic 376c512d9d
commit 591864e7d5
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -122,7 +122,7 @@ static const struct pixma_config_t *lookup_scanner(const char *makemodel,
{
/* possible match found, make sure it is not a partial match */
/* MP600 and MP600R are different models! */
/* some models contain ranges, so check for a '-' too as valid and of if */
/* some models contain ranges, so check for a '-' too */
if ((match[strlen(cfg->model)] == ' ') ||
(match[strlen(cfg->model)] == '\0') ||