Resolved warning

This commit is contained in:
Davide Berardi 2024-02-19 11:36:23 +01:00
parent 52b475b4e0
commit 1ab89978ea
1 changed files with 1 additions and 1 deletions

View File

@ -636,7 +636,7 @@ static void usage(const char *progname) {
}
int main(int argc, char **argv) {
int c;
int c = 0;
int ret = 0;
FILE *in, *out;