aboutsummaryrefslogtreecommitdiffstats
path: root/src/history.c
diff options
context:
space:
mode:
authorjames <>2008-03-07 12:37:04 +0000
committerjames <>2008-03-07 12:37:04 +0000
commit4cd3114c5013aeccd790582f6cd1dd2760be9dd0 (patch)
tree22b59d15a692c1c88b0b51b229cc62eb231fefa3 /src/history.c
parentd61d603fbfc1f9c5bc03d26fee8ffdf18e2c0faf (diff)
downloadsympathy-4cd3114c5013aeccd790582f6cd1dd2760be9dd0.tar.gz
sympathy-4cd3114c5013aeccd790582f6cd1dd2760be9dd0.tar.bz2
sympathy-4cd3114c5013aeccd790582f6cd1dd2760be9dd0.zip
*** empty log message ***
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