baum

diff actions.c @ 16:b62288419c1c

added README and LICENSE; changed error code of invalid node
author meillo@marmaro.de
date Wed, 13 Feb 2008 20:33:39 +0100
parents e2048e569891
children f0856c177403
line diff
     1.1 --- a/actions.c	Wed Feb 13 09:57:07 2008 +0100
     1.2 +++ b/actions.c	Wed Feb 13 20:33:39 2008 +0100
     1.3 @@ -37,7 +37,7 @@
     1.4  
     1.5  	} else {
     1.6  		fprintf(stderr, "unknown kind of node");
     1.7 -		exit(1);
     1.8 +		exit(4);
     1.9  	}
    1.10  }
    1.11