corrected int type for main

This commit is contained in:
van Hauser 2017-10-05 13:31:36 +02:00
commit 0a50b41be9
2 changed files with 2 additions and 2 deletions

View file

@ -2105,7 +2105,7 @@ void process_proxy_line(int32_t type, char *string) {
proxy_count++;
}
int32_t main(int32_t argc, char *argv[]) {
int main(int argc, char *argv[]) {
char *proxy_string = NULL, *device = NULL, *memcheck, *cmdtarget = NULL;
char *outfile_format_tmp;
FILE *lfp = NULL, *pfp = NULL, *cfp = NULL, *ifp = NULL, *rfp = NULL, *proxyfp;