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
13819257
Commit
13819257
authored
Aug 05, 2012
by
Sebastian Ramacher
Browse files
Small fixes.
parent
e4b9924c
Changes
1
Show whitespace changes
Inline
Side-by-side
completion.c
View file @
13819257
...
...
@@ -60,7 +60,7 @@ list_files(zathura_t* zathura, const char* current_path, const char* current_fil
goto
error_free
;
}
in
t
e_length
=
strlen
(
e_name
);
size_
t
e_length
=
strlen
(
e_name
);
if
(
show_hidden
==
false
&&
e_name
[
0
]
==
'.'
)
{
g_free
(
e_name
);
...
...
@@ -112,7 +112,7 @@ error_free:
return
NULL
;
}
girara_completion_t
*
static
girara_completion_t
*
list_files_for_cc
(
zathura_t
*
zathura
,
const
char
*
input
,
bool
check_file_ext
)
{
girara_completion_t
*
completion
=
girara_completion_init
();
...
...
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