mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 06:36:42 +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…
Add table
Add a link
Reference in a new issue