aboutsummaryrefslogtreecommitdiff
path: root/coff.h
diff options
context:
space:
mode:
Diffstat (limited to 'coff.h')
-rw-r--r--coff.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/coff.h b/coff.h
index b46701a..63edfe2 100644
--- a/coff.h
+++ b/coff.h
@@ -370,7 +370,7 @@ struct syment
#define INCREF_COFF(x) ((((x)&~N_BTMASK_COFF)<<N_TSHIFT_COFF)|(DT_PTR<<N_BTSHFT_COFF)|(x&N_BTMASK_COFF))
#define DECREF_COFF(x) ((((x)>>N_TSHIFT_COFF)&~N_BTMASK_COFF)|((x)&N_BTMASK_COFF))
-
+
/*------------------------------------------------------------------------*/
/* AUXILIARY SYMBOL ENTRY */
/*------------------------------------------------------------------------*/