correct array size

svn path=/trunk/; revision=11248
This commit is contained in:
Martin Fuchs 2004-10-09 14:07:13 +00:00
parent 85ec38bb53
commit fbd3aee44b

View file

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