Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
5eb05446
Commit
5eb05446
authored
Nov 08, 2006
by
Rémi Denis-Courmont
Browse files
Grammar
parent
f11e37dc
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/configuration.h
View file @
5eb05446
...
...
@@ -334,7 +334,7 @@ int config_AutoSaveConfigFile( vlc_object_t * );
add_typename_inner( CONFIG_ITEM_BOOL, name, text, longtext, advc, p_callback ); \
p_config[i_config].i_value = value
/* For
option
renamed */
/* For renamed
option
*/
#define add_deprecated( name, strict ) \
add_config_inner( ); \
p_config[ i_config ].i_type = p_config[ i_config -1 ].i_type; \
...
...
@@ -344,7 +344,7 @@ int config_AutoSaveConfigFile( vlc_object_t * );
? p_config[ i_config-1 ].psz_current \
: p_config[ i_config-1 ].psz_name;
/* For
option suppressed
*/
/* For
removed option
*/
#define add_suppressed_inner( name, type ) \
add_type_inner( type ); \
p_config[ i_config ].psz_name = name; \
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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