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 */ };