# HG changeset patch # User bsmith@81767d24-ef19-dc11-ae90-00e081727c95 # Date 1329179629 0 # Node ID 1795bd78207df02fc1102d11e00725442a6cc068 # Parent c5e210e04dce9e5d948e421cddd9b7f6b1a82044 Tab fixed for that last commit. diff -r c5e210e04dce -r 1795bd78207d os2/dw.c --- a/os2/dw.c Tue Feb 14 00:31:18 2012 +0000 +++ b/os2/dw.c Tue Feb 14 00:33:49 2012 +0000 @@ -3997,12 +3997,12 @@ /* Fill in the the calendar fields */ for(x=0;x<7;x++) { - thistm.tm_wday = x; + thistm.tm_wday = x; strftime(daysofweek[x], 19, "%A", &thistm); } for(x=0;x<12;x++) { - thistm.tm_mon = x; + thistm.tm_mon = x; strftime(months[x], 19, "%B", &thistm); }