From: Andrew Innes Date: Thu, 3 Jun 1999 19:44:06 +0000 (+0000) Subject: Fix typo. X-Git-Tag: emacs-20.4~144 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f78b1e5e375f83d8942252e7c51c1591489d5e4d;p=emacs.git Fix typo. --- 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. */