mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
correct array size
svn path=/trunk/; revision=11248
This commit is contained in:
parent
85ec38bb53
commit
fbd3aee44b
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue