diff efrtest/cod-parse.c @ 213:46a6e6b6841a

gsmefr-{cod,dec}-parse: missed exit(0) at the end
author Mychaela Falconia <falcon@freecalypso.org>
date Thu, 20 Apr 2023 02:36:14 +0000
parents bbe5669f0f29
children
line wrap: on
line diff
--- a/efrtest/cod-parse.c	Thu Apr 20 02:23:35 2023 +0000
+++ b/efrtest/cod-parse.c	Thu Apr 20 02:36:14 2023 +0000
@@ -60,4 +60,5 @@
 			putchar('\n');
 		}
 	}
+	exit(0);
 }