

There's a typo in ansi.c, where the wrapper for rewind() is called frewind()
instead of jrewind(). Fix it.



---

 cur-root/ansi.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -puN ansi.c~jrewind ansi.c
--- cur/ansi.c~jrewind	2004-06-03 00:27:02.394369448 -0300
+++ cur-root/ansi.c	2004-06-03 00:27:14.417541648 -0300
@@ -191,7 +191,7 @@ int jftell(struct jfs *stream)
 }
 
 /* rewind wrapper */
-void frewind(struct jfs *stream)
+void jrewind(struct jfs *stream)
 {
 	lseek(stream->fd, 0, SEEK_SET);
 }

_
