Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
pwmt
zathura
Commits
c69ce573
Commit
c69ce573
authored
Sep 07, 2014
by
Sebastian Ramacher
Browse files
Fix broken check
parent
7721b237
Changes
1
Hide whitespace changes
Inline
Side-by-side
database-sqlite.c
View file @
c69ce573
...
...
@@ -381,7 +381,7 @@ sqlite_load_bookmarks(zathura_database_t* db, const char* file)
girara_list_t
*
result
=
girara_sorted_list_new2
((
girara_compare_function_t
)
zathura_bookmarks_compare
,
(
girara_free_function_t
)
zathura_bookmark_free
);
if
(
result
!
=
NULL
)
{
if
(
result
=
=
NULL
)
{
sqlite3_finalize
(
stmt
);
return
NULL
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment