aboutsummaryrefslogtreecommitdiffstats
path: root/src/history.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/history.c')
-rw-r--r--src/history.c16
1 files changed, 9 insertions, 7 deletions
diff --git a/src/history.c b/src/history.c
index bfb28dc..6ba2719 100644
--- a/src/history.c
+++ b/src/history.c
@@ -1,4 +1,4 @@
-/*
+/*
* history.c:
*
* Copyright (c) 2008 James McKenzie <james@fishsoup.dhs.org>,
@@ -8,8 +8,11 @@
static char rcsid[] = "$Id$";
-/*
+/*
* $Log$
+ * Revision 1.6 2008/03/07 12:37:04 james
+ * *** empty log message ***
+ *
* Revision 1.5 2008/03/03 06:04:42 james
* *** empty log message ***
*
@@ -72,11 +75,10 @@ history_add (History * h, CRT_CA * c)
#if 0
{
int i = CRT_COLS;
- while (i--)
- {
- fputc (c->chr, stderr);
- c++;
- }
+ while (i--) {
+ fputc (c->chr, stderr);
+ c++;
+ }
fputc ('\n', stderr);
}
#endif