diff options
Diffstat (limited to 'src/unexcoff.c')
-rw-r--r-- | src/unexcoff.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unexcoff.c b/src/unexcoff.c index 5710ac04570..cb0b6f2f0b5 100644 --- a/src/unexcoff.c +++ b/src/unexcoff.c @@ -120,7 +120,7 @@ static int pagemask; into an int which is the number of a byte. This is a no-op on ordinary machines, but not on all. */ -#define ADDR_CORRECT(x) ((char *)(x) - (char*)0) +#define ADDR_CORRECT(x) ((char *) (x) - (char *) 0) #include "lisp.h" |