Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
88e69ece
Commit
88e69ece
authored
Sep 04, 2006
by
damienf
Browse files
fixed typo
parent
25323bcd
Changes
1
Show whitespace changes
Inline
Side-by-side
modules/gui/ncurses.c
View file @
88e69ece
...
...
@@ -1213,7 +1213,7 @@ static void Redraw( intf_thread_t *p_intf, time_t *t_last_refresh )
{
mvnprintw
(
y
++
,
0
,
COLS
,
" State : Playing"
);
}
else
if
(
val
.
i_int
==
OPEN
N
ING_S
)
else
if
(
val
.
i_int
==
OPENING_S
)
{
mvnprintw
(
y
++
,
0
,
COLS
,
" State : Openning/Connecting"
);
}
...
...
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