summaryrefslogtreecommitdiffstats
path: root/usr.bin/tn3270/ctlr/api.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/tn3270/ctlr/api.h')
-rw-r--r--usr.bin/tn3270/ctlr/api.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/tn3270/ctlr/api.h b/usr.bin/tn3270/ctlr/api.h
index 8004f34..ba0df8d 100644
--- a/usr.bin/tn3270/ctlr/api.h
+++ b/usr.bin/tn3270/ctlr/api.h
@@ -264,7 +264,7 @@ typedef struct {
short
begin; /* Offset within buffer */
} BufferDescriptor;
-
+
typedef struct {
char
rc,
@@ -345,7 +345,7 @@ typedef struct {
#if defined(vax) || defined(ns32000) || defined(i386) || (defined(mips)&&defined(MIPSEL))
#define BYTE_ORDER LITTLE_ENDIAN
-#endif /* defined(vax) || defined(ns32000) */
+#endif /* defined(vax) || defined(ns32000) */
#if defined(sun) || defined(tahoe) || defined(ibm032) || defined(pyr) || defined(gould) || (defined(mips)&&defined(MIPSEB))
#define BYTE_ORDER BIG_ENDIAN
OpenPOWER on IntegriCloud