aboutsummaryrefslogtreecommitdiffstats
path: root/src/history.c
diff options
context:
space:
mode:
authorjames <>2008-03-03 06:04:42 +0000
committerjames <>2008-03-03 06:04:42 +0000
commitf2c620137fa5290d913373e5579a97f0fee25fa3 (patch)
treedfbbe3562ae58e8f540a92654cb4f4d7323d59d7 /src/history.c
parent800cb4bdfb56dcd606216788fb023fcc23fb69bf (diff)
downloadsympathy-f2c620137fa5290d913373e5579a97f0fee25fa3.tar.gz
sympathy-f2c620137fa5290d913373e5579a97f0fee25fa3.tar.bz2
sympathy-f2c620137fa5290d913373e5579a97f0fee25fa3.zip
*** empty log message ***
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 ed613a4..bfb28dc 100644
--- a/src/history.c
+++ b/src/history.c
@@ -10,6 +10,9 @@ static char rcsid[] = "$Id$";
/*
* $Log$
+ * Revision 1.5 2008/03/03 06:04:42 james
+ * *** empty log message ***
+ *
* Revision 1.4 2008/03/02 10:37:56 james
* *** empty log message ***
*
@@ -69,10 +72,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