Skip to content
Snippets Groups Projects
Commit be35437f authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf
Browse files

Win32: fix obvious typo.

Sorry
parent b6d3fd0c
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment