mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2025-01-15 09:46:01 +01:00
Fix quotes in girara_error call
This commit is contained in:
parent
2b446f4182
commit
d0b7750065
1 changed files with 1 additions and 1 deletions
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 a new issue