changeset 1592:1795bd78207d

Tab fixed for that last commit.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Tue, 14 Feb 2012 00:33:49 +0000
parents c5e210e04dce
children 19af25f71e1f
files os2/dw.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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);
    }