mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-11-13 10:23:48 +01:00
Fix quotes in girara_error call
This commit is contained in:
parent
2b446f4182
commit
d0b7750065
2
main.c
2
main.c
@ -103,7 +103,7 @@ main(int argc, char* argv[])
|
|||||||
if (synctex_forward_position(argv[1], synctex_fwd) == true) {
|
if (synctex_forward_position(argv[1], synctex_fwd) == true) {
|
||||||
return 0;
|
return 0;
|
||||||
} else {
|
} else {
|
||||||
girara_error("Could not find open instance for '%s'., argv[1]);
|
girara_error("Could not find open instance for '%s'", argv[1]);
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user