about summary refs log tree commit diff
path: root/lib/util/intcode.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/util/intcode.h')
-rw-r--r--lib/util/intcode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/util/intcode.h b/lib/util/intcode.h
index a171d4e0..155e47e1 100644
--- a/lib/util/intcode.h
+++ b/lib/util/intcode.h
@@ -3,7 +3,7 @@
 
 #include "pm_config.h"  /* For uint32_t, BYTE_ORDER */
 
-unsigned int const pm_byteOrder = BYTE_ORDER;
+static unsigned int const pm_byteOrder = BYTE_ORDER;
 
 
 typedef struct {