mirror of https://github.com/berdav/snappy-fox
Resolved warning
This commit is contained in:
parent
52b475b4e0
commit
1ab89978ea
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue