mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-11-10 22:53:47 +01:00
Remove empty line
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
This commit is contained in:
parent
bfdd4be4b2
commit
a230bcced0
@ -401,7 +401,6 @@ sqlite_add_bookmark(zathura_database_t* db, const char* file,
|
||||
sqlite3_bind_int(stmt, 3, bookmark->page) != SQLITE_OK ||
|
||||
sqlite3_bind_double(stmt, 4, bookmark->x) != SQLITE_OK ||
|
||||
sqlite3_bind_double(stmt, 5, bookmark->y) != SQLITE_OK) {
|
||||
|
||||
sqlite3_finalize(stmt);
|
||||
girara_error("Failed to bind arguments.");
|
||||
return false;
|
||||
|
Loading…
Reference in New Issue
Block a user