diff options
Diffstat (limited to 'nt/preprep.c')
-rw-r--r-- | nt/preprep.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nt/preprep.c b/nt/preprep.c index 513ad14e966..6b764afdeab 100644 --- a/nt/preprep.c +++ b/nt/preprep.c @@ -765,7 +765,6 @@ main (int argc, char **argv) PIMAGE_NT_HEADERS nt_header; file_data in_file, out_file; char out_filename[MAX_PATH], in_filename[MAX_PATH]; - const char *ptr; strcpy (in_filename, argv[1]); strcpy (out_filename, argv[2]); |