mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-12-28 22:16:00 +01:00
Fix
This commit is contained in:
parent
cdece59229
commit
df466eeeb2
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ zathura_document_open(zathura_plugin_manager_t* plugin_manager, const char*
|
|||
|
||||
if (plugin == NULL) {
|
||||
girara_error("unknown file type\n");
|
||||
error = ZATHURA_ERROR_UNKNOWN;
|
||||
*error = ZATHURA_ERROR_UNKNOWN;
|
||||
goto error_free;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue