From b2a877537a02b903e650bfe175b0894acf99256b Mon Sep 17 00:00:00 2001 From: Richard Nyberg Date: Tue, 17 Jan 2006 10:20:39 +0000 Subject: White space. --- misc/stream.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'misc/stream.c') diff --git a/misc/stream.c b/misc/stream.c index 4bfab8f..14aada4 100644 --- a/misc/stream.c +++ b/misc/stream.c @@ -59,7 +59,7 @@ bts_seek(struct bt_stream *bts, off_t off) } } else if (bts->fd != -1) lseek(bts->fd, off, SEEK_SET); - + bts->index = i; bts->f_off = off; -- cgit 1.4.1