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