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
de534450
Commit
de534450
authored
Feb 21, 2008
by
Rémi Denis-Courmont
Browse files
Fix linking
parent
a4bc2c0d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/misc/variables.c
View file @
de534450
...
...
@@ -1043,7 +1043,7 @@ int __var_TriggerCallback( vlc_object_t *p_this, const char *psz_name )
* \param psz_option the option to parse
* \return nothing
*/
void
__
var_OptionParse
(
vlc_object_t
*
p_obj
,
const
char
*
psz_option
)
void
var_OptionParse
(
vlc_object_t
*
p_obj
,
const
char
*
psz_option
)
{
char
*
psz_name
,
*
psz_value
=
strchr
(
psz_option
,
'='
);
int
i_name_len
,
i_type
;
...
...
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