From f78b1e5e375f83d8942252e7c51c1591489d5e4d Mon Sep 17 00:00:00 2001 From: Andrew Innes Date: Thu, 3 Jun 1999 19:44:06 +0000 Subject: [PATCH] Fix typo. --- nt/preprep.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, dropped from NT4 anyway. */ abort (); break; -#ifndef IMAGE_REL_BASED_SECTION +#ifdef IMAGE_REL_BASED_SECTION case IMAGE_REL_BASED_SECTION: case IMAGE_REL_BASED_REL32: /* Docs don't say what these values mean. */ -- 2.39.5