summaryrefslogtreecommitdiffstats
path: root/buffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'buffer.c')
-rw-r--r--buffer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/buffer.c b/buffer.c
index e183d101..229edde1 100644
--- a/buffer.c
+++ b/buffer.c
@@ -14,7 +14,7 @@ Functions for manipulating fifo buffers (that can grow if needed).
*/
#include "includes.h"
-RCSID("$Id: buffer.c,v 1.1 1999/10/27 03:42:43 damien Exp $");
+RCSID("$Id: buffer.c,v 1.1.1.1 1999/10/27 03:42:43 damien Exp $");
#include "xmalloc.h"
#include "buffer.h"