From 787ece6c0185b4f6dba0956fa56983c1cb69ab70 Mon Sep 17 00:00:00 2001 From: Robert James Kaes Date: Thu, 22 Nov 2001 00:31:10 +0000 Subject: Reformated text. --- src/buffer.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/buffer.h') diff --git a/src/buffer.h b/src/buffer.h index 28a088e..825f643 100644 --- a/src/buffer.h +++ b/src/buffer.h @@ -1,4 +1,4 @@ -/* $Id: buffer.h,v 1.5 2001-11-05 15:23:05 rjkaes Exp $ +/* $Id: buffer.h,v 1.6 2001-11-22 00:31:10 rjkaes Exp $ * * See 'buffer.c' for a detailed description. * @@ -25,7 +25,7 @@ struct buffer_s { struct bufline_s *head; /* top of the buffer */ struct bufline_s *tail; /* bottom of the buffer */ - size_t size; /* total size of the buffer */ + size_t size; /* total size of the buffer */ }; /* -- cgit v1.2.3