ceriel 37 years ago
parent
commit
d3f3afa6e7
1 changed files with 1 additions and 2 deletions
  1. 1 2
      util/misc/convert.c

+ 1 - 2
util/misc/convert.c

@@ -53,9 +53,8 @@ main(argc,argv)
 		}
 		if (p->em_type == EM_ERROR) {
 			error("EM_getinstr: %s", EM_error);
-			continue;
 		}
-		if (!EM_mkcalls(p)) {
+		else if (!EM_mkcalls(p)) {
 			error("EM_mkcalls: %s", EM_error);
 		}
 		p = EM_getinstr();