From: xchaos Date: Tue, 29 Apr 2008 09:52:04 +0000 (+0000) Subject: test commit X-Git-Url: http://git.harvie.cz/?a=commitdiff_plain;h=cda3141abee4c5151924b4cb3de9e3493193d8f4;hp=481651a09c9743a98177f5cd628e4d306051cb4f;p=svn%2FCll1h%2F.git test commit git-svn-id: https://dev.arachne.cz/repos/cll1h/trunk@67 4bb87942-c103-4e5a-b51c-0ebff58f8515 --- diff --git a/demos/trees.c b/demos/trees.c index e216d0c..0b8966c 100644 --- a/demos/trees.c +++ b/demos/trees.c @@ -24,9 +24,13 @@ program for(leaf=root; leaf && leaf->__key <= newkey ; leaf=leaf->__next) { if(leaf->__seek->key <= newkey) - } - - - } - + { + + } + else + { + + } + } + } }