Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Vasily Khoruzhick
libfprint
Commits
882fc8ab
Commit
882fc8ab
authored
Nov 12, 2018
by
Bastien Nocera
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lib: Fix sloppy grammar in error output
parent
9e5ae25a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
libfprint/fpi-img.c
libfprint/fpi-img.c
+1
-1
No files found.
libfprint/fpi-img.c
View file @
882fc8ab
...
...
@@ -318,7 +318,7 @@ static int fpi_img_detect_minutiae(struct fp_img *img)
GTimer
*
timer
;
if
(
img
->
flags
&
FP_IMG_STANDARDIZATION_FLAGS
)
{
fp_err
(
"
c
ant detect minutiae for non-standardized image"
);
fp_err
(
"
C
an
no
t detect minutiae for non-standardized image
s
"
);
return
-
EINVAL
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment