changeset 138:cf738da3ad60

Cosmetic
author David Demelier <markand@malikania.fr>
date Mon, 26 Mar 2012 10:48:39 +0200
parents 97c9c20535e2
children d62f2f657768 09fb5267c906
files buf.c buf.h
diffstat 2 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/buf.c	Mon Mar 26 10:46:32 2012 +0200
+++ b/buf.c	Mon Mar 26 10:48:39 2012 +0200
@@ -82,7 +82,6 @@
 		}
 }
 
-
 /*
  * This function appends not more than max characters from str.
  */
--- a/buf.h	Mon Mar 26 10:46:32 2012 +0200
+++ b/buf.h	Mon Mar 26 10:48:39 2012 +0200
@@ -50,7 +50,7 @@
 	char		*text;		/* (ro) string text */
 	size_t		length;		/* (ro) string length */
 	size_t		alsize;		/* (ro) allocated size */
-	int		bsize;		/* (ro) block size (used when growing */
+	int		bsize;		/* (ro) block size (used when growing) */
 
 	/* Own allocation functions */
 	void * (*malloc)(size_t);