Mercurial > emacs
changeset 24805:eb5e287ff675
Fix typo.
author | Andrew Innes <andrewi@gnu.org> |
---|---|
date | Thu, 03 Jun 1999 19:44:06 +0000 |
parents | 17c2ea98478f |
children | a67730c51617 |
files | nt/preprep.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/nt/preprep.c Wed Jun 02 23:44:53 1999 +0000 +++ b/nt/preprep.c Thu Jun 03 19:44:06 1999 +0000 @@ -741,7 +741,7 @@ 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. */