From f82bd032a41b1c2171fc47bb76c3c51c3439ccd4 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Thu, 23 Jan 2014 11:00:26 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/datastructures/linkedlists/sentinel-template') diff --git a/src/datastructures/linkedlists/sentinel-template b/src/datastructures/linkedlists/sentinel-template index 3decdbc..9de6019 100644 --- a/src/datastructures/linkedlists/sentinel-template +++ b/src/datastructures/linkedlists/sentinel-template @@ -67,7 +67,7 @@ { this.edge = new Node(null); this.edge.next = this.edge; -(( with_prev )) && +£>(( with_prev )) && this.edge.previous = this.edge; } -- cgit v1.2.3-70-g09d2