From c1b8c33fd05dcc9f40fe4996ece9ff4a895813ff Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Fri, 7 Sep 2018 09:36:54 +0100 Subject: fix dumb typo --- src/plot.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 - if defined(BYTE_ORDER) + #if defined(BYTE_ORDER) #if BYTE_ORDER == BIG_ENDIAN #define NSFB_BE_BYTE_ORDER #endif -- cgit v1.2.1