Skip to content

Commit

Permalink
Win32: fix obvious typo.
Browse files Browse the repository at this point in the history
Sorry
  • Loading branch information
jbkempf committed Dec 15, 2013
1 parent b6d3fd0 commit be35437
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/text_renderer/freetype.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit be35437

Please sign in to comment.