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
df466eee
Commit
df466eee
authored
May 28, 2013
by
Moritz Lipp
Browse files
Fix
parent
cdece592
Changes
1
Hide whitespace changes
Inline
Side-by-side
document.c
View file @
df466eee
...
...
@@ -110,7 +110,7 @@ zathura_document_open(zathura_plugin_manager_t* plugin_manager, const char*
if
(
plugin
==
NULL
)
{
girara_error
(
"unknown file type
\n
"
);
error
=
ZATHURA_ERROR_UNKNOWN
;
*
error
=
ZATHURA_ERROR_UNKNOWN
;
goto
error_free
;
}
...
...
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