mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-11-15 07:38:12 +00:00
fp-print: Return NULL on error
not really different from FALSE, but still..
This commit is contained in:
committed by
Benjamin Berg
parent
6ca8441df9
commit
fb23f8690f
@@ -878,5 +878,5 @@ invalid_format:
|
|||||||
*error = g_error_new_literal (G_IO_ERROR,
|
*error = g_error_new_literal (G_IO_ERROR,
|
||||||
G_IO_ERROR_INVALID_DATA,
|
G_IO_ERROR_INVALID_DATA,
|
||||||
"Data could not be parsed");
|
"Data could not be parsed");
|
||||||
return FALSE;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user