aboutsummaryrefslogtreecommitdiffstats
path: root/src/history.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/history.c')
-rw-r--r--src/history.c12
1 files changed, 8 insertions, 4 deletions
diff --git a/src/history.c b/src/history.c
index d80a1b6..745c2bd 100644
--- a/src/history.c
+++ b/src/history.c
@@ -10,6 +10,9 @@ static char rcsid[] = "$Id$";
/*
* $Log$
+ * Revision 1.8 2012/06/22 10:22:24 james
+ * *** empty log message ***
+ *
* Revision 1.7 2008/03/07 13:16:02 james
* *** empty log message ***
*
@@ -78,10 +81,11 @@ 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