From f30426a75b8b8890c76cf825eb93df7511588a72 Mon Sep 17 00:00:00 2001 From: Josh Coalson Date: Wed, 26 Jan 2005 03:58:04 +0000 Subject: [PATCH] minor formatting --- src/plugin_winamp2/infobox.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)