mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-11-10 17:13:48 +01:00
Fix typos
This commit is contained in:
parent
72e8d8deb3
commit
70cdc6577d
@ -201,7 +201,7 @@ main(int argc, char* argv[])
|
|||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
if (synctex_fwd != NULL || synctex_editor != NULL || synctex_pid != -1) {
|
if (synctex_fwd != NULL || synctex_editor != NULL || synctex_pid != -1) {
|
||||||
girara_error("Built without syntex support, but syntex specific option was specified.");
|
girara_error("Built without synctex support, but synctex specific option was specified.");
|
||||||
ret = -1;
|
ret = -1;
|
||||||
goto free_and_ret;
|
goto free_and_ret;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user