fp-print: Return NULL on error
not really different from FALSE, but still..
This commit is contained in:
parent
6ca8441df9
commit
fb23f8690f
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue