aboutsummaryrefslogtreecommitdiffstats
path: root/src/log.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/log.c')
-rw-r--r--src/log.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/log.c b/src/log.c
index ef0dfb5..7c04f23 100644
--- a/src/log.c
+++ b/src/log.c
@@ -10,6 +10,9 @@ static char rcsid[] = "$Id$";
/*
* $Log$
+ * Revision 1.5 2008/02/27 01:31:14 james
+ * *** empty log message ***
+ *
* Revision 1.4 2008/02/27 00:54:16 james
* *** empty log message ***
*
@@ -101,7 +104,7 @@ file_log_new (char *fn)
l->fp = f;
l->do_close = dc;
- fput_cp(f,0xffef);
+ fput_cp (f, 0xffef);
return (Log *) l;
}