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
Steve Lhomme
VLC
Commits
9382d2cc
Commit
9382d2cc
authored
Dec 24, 2007
by
Jean-Baptiste Kempf
Browse files
Fix a Typo.
parent
28334923
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/playlist/engine.c
View file @
9382d2cc
...
...
@@ -158,7 +158,7 @@ void playlist_Destroy( playlist_t *p_playlist )
var_Destroy
(
p_playlist
,
"intf-change"
);
var_Destroy
(
p_playlist
,
"item-change"
);
var_Destroy
(
p_playlist
,
"playlist-current"
);
var_Destroy
(
p_playlist
,
"intf-popmenu"
);
var_Destroy
(
p_playlist
,
"intf-pop
up
menu"
);
var_Destroy
(
p_playlist
,
"intf-show"
);
var_Destroy
(
p_playlist
,
"play-and-stop"
);
var_Destroy
(
p_playlist
,
"play-and-exit"
);
...
...
Write
Preview
Markdown
is supported
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