Browse Source

config: correction

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
pull/113/head
Lyndon Brown 7 years ago
committed by Rémi Denis-Courmont
parent
commit
c46c35ceb3
  1. 4
      include/vlc_configuration.h

4
include/vlc_configuration.h

@ -160,10 +160,10 @@ VLC_API void config_PutInt(const char *name, int64_t val);
VLC_API float config_GetFloat(const char *name) VLC_USED;
/**
* Sets an integer configuration item.
* Sets an floating point configuration item.
*
* This function changes the current value of a configuration item of
* integral type (\ref CONFIG_ITEM_FLOAT).
* floating point type (\ref CONFIG_ITEM_FLOAT).
*
* \warning The behaviour is undefined if the configuration item exists but is
* not of floating point type.

Loading…
Cancel
Save