[vlc-commits] Win32: fix obvious typo.
Jean-Baptiste Kempf
git at videolan.org
Sun Dec 15 15:33:13 CET 2013
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Dec 15 15:32:56 2013 +0100| [be35437f4cd78b85897de3f34605ef5fec76cfc2] | committer: Jean-Baptiste Kempf
Win32: fix obvious typo.
Sorry
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=be35437f4cd78b85897de3f34605ef5fec76cfc2
---
modules/text_renderer/freetype.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/text_renderer/freetype.c b/modules/text_renderer/freetype.c
index 8c0faac..0a65038 100644
--- a/modules/text_renderer/freetype.c
+++ b/modules/text_renderer/freetype.c
@@ -2352,7 +2352,7 @@ static int Create( vlc_object_t *p_this )
p_sys->pf_select = MacLegacy_Select;
#endif
#elif defined( _WIN32 )
- p_sys->pf_select Win32_Select;
+ p_sys->pf_select = Win32_Select;
#else
# error selection not implemented
#endif
More information about the vlc-commits
mailing list