summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2018-09-07 09:36:54 +0100
committerVincent Sanders <vince@kyllikki.org>2018-09-07 09:36:54 +0100
commitc1b8c33fd05dcc9f40fe4996ece9ff4a895813ff (patch)
tree349532836c95d4b5e2637dce63cb908ebe2595b8
parent21b66baa0cbffd72eb090ac32b082d90641805cd (diff)
downloadlibnsfb-c1b8c33fd05dcc9f40fe4996ece9ff4a895813ff.tar.gz
libnsfb-c1b8c33fd05dcc9f40fe4996ece9ff4a895813ff.tar.bz2
fix dumb typo
-rw-r--r--src/plot.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plot.h b/src/plot.h
index bab3007..a151b96 100644
--- a/src/plot.h
+++ b/src/plot.h
@@ -38,7 +38,7 @@
#elif defined(__FreeBSD__)
/* freebsd has the include somewhere different */
#include <machine/endian.h>
- if defined(BYTE_ORDER)
+ #if defined(BYTE_ORDER)
#if BYTE_ORDER == BIG_ENDIAN
#define NSFB_BE_BYTE_ORDER
#endif