Commit be35437f authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Win32: fix obvious typo.

Sorry
parent b6d3fd0c
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment