diff src/lstream.c @ 82:6a378aca36af r20-0b91

Import from CVS: tag r20-0b91
author cvs
date Mon, 13 Aug 2007 09:07:36 +0200
parents 54cc21c15cbb
children cf808b4c4290
line wrap: on
line diff
--- a/src/lstream.c	Mon Aug 13 09:06:45 2007 +0200
+++ b/src/lstream.c	Mon Aug 13 09:07:36 2007 +0200
@@ -709,7 +709,7 @@
 int
 Lstream_close (Lstream *lstr)
 {
-  int rc =0;
+  int rc = 0;
 
   if (lstr->flags & LSTREAM_FL_IS_OPEN)
     {