umax: Fix unintended string concatenation in array definition

This causes the wrong error message to be used in the log.
merge-requests/701/head
David Ward 2022-03-08 19:00:00 -05:00
rodzic bfa69c26e6
commit 1458d23c42
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -1053,7 +1053,7 @@ static char *scanner_error_str[] =
"fb sensor error", /* 70 */
"fb home or motor sensor error",
"fb filter or motor sensor error",
"fb lens or motor sensor error"
"fb lens or motor sensor error",
"first line position error (LER error, vertical)",
"first pixel position error (SER error, horizontal)",
"first pixel position error for lens 2 (SER2 error, horizontal)",