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 wrap: on
line diff
--- a/actions.c	Wed Feb 13 09:57:07 2008 +0100
+++ b/actions.c	Wed Feb 13 20:33:39 2008 +0100
@@ -37,7 +37,7 @@
 
 	} else {
 		fprintf(stderr, "unknown kind of node");
-		exit(1);
+		exit(4);
 	}
 }