aboutsummaryrefslogtreecommitdiffstats
path: root/nt/preprep.c
diff options
context:
space:
mode:
authorStefan Monnier2011-03-31 00:24:03 -0400
committerStefan Monnier2011-03-31 00:24:03 -0400
commit40d83b412f584cc02e68d4eac8fd5e6eb769e2fe (patch)
treeb56f27a7e6d75a8c1fd27b00179a27b5efea0a32 /nt/preprep.c
parentf488fb6528738131ef41859e1f04125f2e50efce (diff)
parent44f230aa043ebb222aa0876b44d70484d5dd38db (diff)
downloademacs-40d83b412f584cc02e68d4eac8fd5e6eb769e2fe.tar.gz
emacs-40d83b412f584cc02e68d4eac8fd5e6eb769e2fe.zip
Merge from trunk
Diffstat (limited to 'nt/preprep.c')
-rw-r--r--nt/preprep.c1
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]);