diff ueda/sverp-bind/main.c @ 22:c7ebd6179f5d

ueda-bind: output implemented
author Space Falcon <falcon@ivan.Harhan.ORG>
date Sun, 02 Aug 2015 07:21:06 +0000
parents f7b09a54c2ce
children 61272ee5aadc
line wrap: on
line diff
--- a/ueda/sverp-bind/main.c	Sun Aug 02 06:34:09 2015 +0000
+++ b/ueda/sverp-bind/main.c	Sun Aug 02 07:21:06 2015 +0000
@@ -73,7 +73,6 @@
 		exit(1);
 	}
 	check_unclaimed_instances();
-
-	/* output remains to be implemented */
+	generate_output();
 	exit(0);
 }