about summary refs log tree commit diff stats
path: root/src/LYLeaks.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/LYLeaks.c')
-rw-r--r--src/LYLeaks.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/LYLeaks.c b/src/LYLeaks.c
index 160bf463..f6c71748 100644
--- a/src/LYLeaks.c
+++ b/src/LYLeaks.c
@@ -1,5 +1,5 @@
 /*
- * $LynxId: LYLeaks.c,v 1.36 2012/02/10 00:33:39 tom Exp $
+ * $LynxId: LYLeaks.c,v 1.37 2013/12/07 13:46:58 tom Exp $
  *
  *	Copyright (c) 1994, University of Kansas, All Rights Reserved
  *	(this file was rewritten twice - 1998/1999 and 2003/2004)
@@ -912,7 +912,7 @@ void LYLeakSABCat(bstring **dest,
 	    t->str = (char *) LYLeakRealloc(t->str, length, cp_File, ssi_Line);
 	} else {
 	    if ((t = (bstring *) LYLeakCalloc(1, sizeof(bstring), cp_File,
-		ssi_Line)) == NULL)
+					      ssi_Line)) == NULL)
 		  outofmem(__FILE__, "HTSACat");
 
 	    assert(t != NULL);