aboutsummaryrefslogtreecommitdiffstats
path: root/src/history.c
diff options
context:
space:
mode:
authorjames <>2008-03-02 10:37:56 +0000
committerjames <>2008-03-02 10:37:56 +0000
commitf23e17f2eac3f506afe9a1e44302112cc363b59f (patch)
tree2c8ced74467ecd189daee8e9b38238f7a0894de4 /src/history.c
parent77b31c3e51edfefc9b82b7ba31944c4161997ef4 (diff)
downloadsympathy-f23e17f2eac3f506afe9a1e44302112cc363b59f.tar.gz
sympathy-f23e17f2eac3f506afe9a1e44302112cc363b59f.tar.bz2
sympathy-f23e17f2eac3f506afe9a1e44302112cc363b59f.zip
*** empty log message ***
Diffstat (limited to 'src/history.c')
-rw-r--r--src/history.c12
1 files changed, 7 insertions, 5 deletions
diff --git a/src/history.c b/src/history.c
index 24d3692..ed613a4 100644
--- a/src/history.c
+++ b/src/history.c
@@ -10,6 +10,9 @@ static char rcsid[] = "$Id$";
/*
* $Log$
+ * Revision 1.4 2008/03/02 10:37:56 james
+ * *** empty log message ***
+ *
* Revision 1.3 2008/02/13 16:57:29 james
* *** empty log message ***
*
@@ -66,11 +69,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