From 16e9630b79f0a7a90c6cedb6781175bb8b337dc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sat, 29 Apr 2017 12:11:08 +0200 Subject: New upstream version 4.3.0 --- app/bin/cundo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/bin/cundo.c') diff --git a/app/bin/cundo.c b/app/bin/cundo.c index 1d17503..13d7af0 100644 --- a/app/bin/cundo.c +++ b/app/bin/cundo.c @@ -507,7 +507,7 @@ static track_p * FindParent( track_p trk, int lineNum ) { track_p *ptrk; ptrk = &to_first; - while ( 1 ) { + while ( 1 ) { if ( *ptrk == trk ) return ptrk; if (*ptrk == NULL) -- cgit v1.2.3