diff --git a/src/plugin_winamp2/infobox.c b/src/plugin_winamp2/infobox.c index 89e7fb74..df6d91f4 100644 --- a/src/plugin_winamp2/infobox.c +++ b/src/plugin_winamp2/infobox.c @@ -213,7 +213,7 @@ static wchar_t *AnsiToWide(const char *src) static BOOL InitInfoboxInfo(HWND hwnd, const char *file) { LOCALDATA *data = LocalAlloc(LPTR, sizeof(LOCALDATA)); - wchar_t *ucs2; + wchar_t *ucs2; FLAC__StreamMetadata streaminfo; DWORD length, bps, ratio, rg; LONGLONG filesize; @@ -283,7 +283,7 @@ static void __inline SetTag(HWND hwnd, const char *filename, FLAC__StreamMetadat static void UpdateTag(HWND hwnd) { LOCALDATA *data = (LOCALDATA*)GetWindowLong(hwnd, GWL_USERDATA); - wchar_t *ucs2; + wchar_t *ucs2; /* get fields */ if (isNT)