fix column headers
Modified: trunk/reactos/subsys/system/winefile/winefile.c

Modified: trunk/reactos/subsys/system/winefile/winefile.c
--- trunk/reactos/subsys/system/winefile/winefile.c	2005-06-02 21:09:29 UTC (rev 15737)
+++ trunk/reactos/subsys/system/winefile/winefile.c	2005-06-02 21:32:21 UTC (rev 15738)
@@ -4449,7 +4449,7 @@
 #endif
 
 	/* load column strings */
-	col = 0;
+	col = 1;
 
 	load_string(g_pos_names[col++], IDS_COL_NAME);
 	load_string(g_pos_names[col++], IDS_COL_SIZE);