From ea0811b043d1708b77286574a72825fe36156245 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Thu, 23 Jan 2014 10:44:19 +0100 Subject: m MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/datastructures/linkedlists/sentinel-template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/datastructures/linkedlists') diff --git a/src/datastructures/linkedlists/sentinel-template b/src/datastructures/linkedlists/sentinel-template index 9485226..3decdbc 100644 --- a/src/datastructures/linkedlists/sentinel-template +++ b/src/datastructures/linkedlists/sentinel-template @@ -67,9 +67,8 @@ { this.edge = new Node(null); this.edge.next = this.edge; -£>if (( with_prev )); then +(( with_prev )) && this.edge.previous = this.edge; -£>fi } -- cgit v1.2.3-70-g09d2