include: fix comments for VLC_CONFIG_VALUE and VLC_CONFIG_RANGE

This commit is contained in:
Rémi Denis-Courmont 2016-12-15 22:38:58 +02:00
parent a876c1f6ee
commit 33f1d268f5
1 changed files with 2 additions and 2 deletions

View File

@ -56,10 +56,10 @@ enum vlc_module_properties
/* command line name (args=const char *) */
VLC_CONFIG_VALUE,
/* actual value (args=int/double/const char *) */
/* actual value (args=int64_t/double/const char *) */
VLC_CONFIG_RANGE,
/* minimum value (args=int/double/const char * twice) */
/* minimum value (args=int64_t/double/const char * twice) */
VLC_CONFIG_ADVANCED,
/* enable advanced flag (args=none) */