mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
minor formatting
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user