comparison 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
comparison
equal deleted inserted replaced
212:0beafaa0623f 213:46a6e6b6841a
58 for (j = 0; j < 13; j++) 58 for (j = 0; j < 13; j++)
59 printf(" %d", params[n++]); 59 printf(" %d", params[n++]);
60 putchar('\n'); 60 putchar('\n');
61 } 61 }
62 } 62 }
63 exit(0);
63 } 64 }