vlc | branch: master | Rémi Denis-Courmont <[email protected]> | Sat May 18 20:19:02 2019 +0300| [2deb29138120a2cfca32f7daf76a9995338b0815] | committer: Rémi Denis-Courmont
configuration: fix typo > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2deb29138120a2cfca32f7daf76a9995338b0815 --- include/vlc_configuration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/vlc_configuration.h b/include/vlc_configuration.h index eb90ffc4a7..ee4e57b7c6 100644 --- a/include/vlc_configuration.h +++ b/include/vlc_configuration.h @@ -191,7 +191,7 @@ VLC_API void config_PutFloat(const char *name, float val); * thread. * * \warning The behaviour is undefined if the configuration item exists but is - * not of floating point type. + * not of string type. * * \param name Configuration item name * \return Normally, a heap-allocated copy of the configuration item value. _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
