--- libSNL-0.2.1/src/ptrList.h	2010-02-13 22:57:44.000000000 +0100
+++ libSNL-new/src/ptrList.h	2010-02-20 16:07:36.000000000 +0100
@@ -739,10 +739,11 @@
             delete item;
         }
 
-        if ( cItem )
+        if ( cItem ) {
             if ( ! cItem -> prev() ) fItem = cItem;
-        else
+	} else {
             fItem = 0;
+	}
     }
 }
 
