aboutsummaryrefslogtreecommitdiffstats
path: root/etc.c
diff options
context:
space:
mode:
authorFumitoshi UKAI <ukai@debian.or.jp>2002-12-27 16:09:18 +0000
committerFumitoshi UKAI <ukai@debian.or.jp>2002-12-27 16:09:18 +0000
commita609f73aaa42aa0011bc1322fe761b45e3451145 (patch)
tree7d0bf9ba1ea8541a0f466971cd7f3bc290a8a6e8 /etc.c
parentrc: nntpserver, nntpmode, max_news (diff)
downloadw3m-a609f73aaa42aa0011bc1322fe761b45e3451145.tar.gz
w3m-a609f73aaa42aa0011bc1322fe761b45e3451145.zip
fix indent
Diffstat (limited to 'etc.c')
-rw-r--r--etc.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/etc.c b/etc.c
index 717c1ba..93d4cd4 100644
--- a/etc.c
+++ b/etc.c
@@ -1,4 +1,4 @@
-/* $Id: etc.c,v 1.45 2002/12/27 15:53:04 ukai Exp $ */
+/* $Id: etc.c,v 1.46 2002/12/27 16:09:18 ukai Exp $ */
#include "fm.h"
#include <pwd.h>
#include "myctype.h"
@@ -1745,8 +1745,9 @@ mymktime(char *timestr)
return -1;
}
#ifdef DEBUG
- fprintf(stderr, "year=%d month=%d day=%d hour:min:sec=%d:%d:%d zone=%d:%d\n",
- year, mon, day, hour, min, sec, z_hour, z_min);
+ fprintf(stderr,
+ "year=%d month=%d day=%d hour:min:sec=%d:%d:%d zone=%d:%d\n", year,
+ mon, day, hour, min, sec, z_hour, z_min);
#endif /* DEBUG */
mon -= 3;