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) | |||
| 765 | PIMAGE_NT_HEADERS nt_header; | 765 | PIMAGE_NT_HEADERS nt_header; |
| 766 | file_data in_file, out_file; | 766 | file_data in_file, out_file; |
| 767 | char out_filename[MAX_PATH], in_filename[MAX_PATH]; | 767 | char out_filename[MAX_PATH], in_filename[MAX_PATH]; |
| 768 | const char *ptr; | ||
| 769 | 768 | ||
| 770 | strcpy (in_filename, argv[1]); | 769 | strcpy (in_filename, argv[1]); |
| 771 | strcpy (out_filename, argv[2]); | 770 | strcpy (out_filename, argv[2]); |