Merge pull request #4148 from spec-chum/MSVC

Fix silly typo
This commit is contained in:
Twinaphex 2016-12-03 19:50:51 +01:00 committed by GitHub
commit 32423b9e4b

View File

@ -49,7 +49,7 @@ static void *d3dfonts_w32_init_font(void *video_data,
#ifdef _MSC_VER /* MSVC needs w_char* */
L"Verdana" /* Hardcode FTL */
#else
"Veranda"
"Verdana"
#endif
};