From 95446ef8a082e3fe70612b98e75a8667e2a4959f Mon Sep 17 00:00:00 2001 From: Pixel Date: Tue, 2 Jun 2009 05:01:50 +0000 Subject: Typo... --- lib/Buffer.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/Buffer.cc b/lib/Buffer.cc index 473da62..447f883 100644 --- a/lib/Buffer.cc +++ b/lib/Buffer.cc @@ -199,7 +199,7 @@ off_t Buffer::seek(off_t off, int wheel) throw (GeneralException) { } if (ptr < 0) { ptr = old_ptr; - throw GeneralException("Can't seek a Buffer before its start.") + throw GeneralException("Can't seek a Buffer before its start."); } operator[](ptr); return ptr; -- cgit v1.2.3