changeset 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 0beafaa0623f
children 934cf92a1c45
files efrtest/cod-parse.c efrtest/dec-parse.c
diffstat 2 files changed, 2 insertions(+), 0 deletions(-) [+]
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);
 }
--- a/efrtest/dec-parse.c	Thu Apr 20 02:23:35 2023 +0000
+++ b/efrtest/dec-parse.c	Thu Apr 20 02:36:14 2023 +0000
@@ -58,4 +58,5 @@
 			putchar('\n');
 		}
 	}
+	exit(0);
 }