correct array size
authorMartin Fuchs <fuchs.martin@gmail.com>
Sat, 9 Oct 2004 14:07:13 +0000 (14:07 +0000)
committerMartin Fuchs <fuchs.martin@gmail.com>
Sat, 9 Oct 2004 14:07:13 +0000 (14:07 +0000)
svn path=/trunk/; revision=11248

reactos/subsys/system/winefile/winefile.c

index 5d0f4d5..22e44a3 100644 (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 */
 };