aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Innes1999-06-03 19:44:06 +0000
committerAndrew Innes1999-06-03 19:44:06 +0000
commitf78b1e5e375f83d8942252e7c51c1591489d5e4d (patch)
treeb3cbaff44e098942f78856e502c0e0573f0f500b
parent497ee4fb448d9fc541d6247be3455527d7079144 (diff)
downloademacs-f78b1e5e375f83d8942252e7c51c1591489d5e4d.tar.gz
emacs-f78b1e5e375f83d8942252e7c51c1591489d5e4d.zip
Fix typo.
-rw-r--r--nt/preprep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nt/preprep.c b/nt/preprep.c
index a33d3f049d3..4087c512c19 100644
--- a/nt/preprep.c
+++ b/nt/preprep.c
@@ -741,7 +741,7 @@ copy_executable_and_move_sections (file_data *p_infile,
741 dropped from NT4 anyway. */ 741 dropped from NT4 anyway. */
742 abort (); 742 abort ();
743 break; 743 break;
744#ifndef IMAGE_REL_BASED_SECTION 744#ifdef IMAGE_REL_BASED_SECTION
745 case IMAGE_REL_BASED_SECTION: 745 case IMAGE_REL_BASED_SECTION:
746 case IMAGE_REL_BASED_REL32: 746 case IMAGE_REL_BASED_REL32:
747 /* Docs don't say what these values mean. */ 747 /* Docs don't say what these values mean. */