diff options
Diffstat (limited to 'backend/artec.c')
-rw-r--r-- | backend/artec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/artec.c b/backend/artec.c index 2d564a5..2ba8d6d 100644 --- a/backend/artec.c +++ b/backend/artec.c @@ -1715,7 +1715,7 @@ artec_get_cap_data (ARTEC_Device * dev, int fd) DBG (7, "artec_get_cap_data()\n"); - /* DB always use the hard-coded capability info first + /* DB always use the hard-coded capability info first * if we get cap data from the scanner, we override */ cap_model = -1; for (loop = 0; loop < NELEMS (cap_data); loop++) |