From fbd3aee44ba6d3c1e28adb70046af9ab4a52cd19 Mon Sep 17 00:00:00 2001 From: Martin Fuchs Date: Sat, 9 Oct 2004 14:07:13 +0000 Subject: [PATCH] correct array size svn path=/trunk/; revision=11248 --- reactos/subsys/system/winefile/winefile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/subsys/system/winefile/winefile.c b/reactos/subsys/system/winefile/winefile.c index 5d0f4d5242c..22e44a33747 100644 --- a/reactos/subsys/system/winefile/winefile.c +++ b/reactos/subsys/system/winefile/winefile.c @@ -2097,7 +2097,7 @@ LRESULT CALLBACK FrameWndProc(HWND hwnd, UINT nmsg, WPARAM wparam, LPARAM lparam } -static TCHAR g_pos_names[20][COLUMNS] = { +static TCHAR g_pos_names[COLUMNS][20] = { {'\0'} /* symbol */ };