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
c5f22141
Commit
c5f22141
authored
Apr 21, 2012
by
Moritz Lipp
Browse files
Resolve warning
parent
6a30019b
Changes
1
Hide whitespace changes
Inline
Side-by-side
shortcuts.c
View file @
c5f22141
...
...
@@ -383,7 +383,7 @@ sc_navigate(girara_session_t* session, girara_argument_t* argument,
girara_setting_get
(
session
,
"pages-per-row"
,
&
offset
);
}
t
=
(
t
==
0
)
?
offset
:
t
;
t
=
(
t
==
0
)
?
(
unsigned
int
)
offset
:
t
;
if
(
argument
->
n
==
NEXT
)
{
if
(
scroll_wrap
==
true
)
{
new_page
=
new_page
+
t
;
...
...
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