mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-12-28 18:26:02 +01:00
coding style
This commit is contained in:
parent
f47775abf2
commit
565104a769
1 changed files with 1 additions and 2 deletions
|
@ -106,8 +106,7 @@ zathura_document_plugins_load(zathura_t* zathura)
|
|||
if (r == false) {
|
||||
girara_error("could not register plugin %s", path);
|
||||
zathura_document_plugin_free(plugin);
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
girara_info("successfully loaded plugin %s", path);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue