summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2018-08-26 11:07:45 +0100
committerVincent Sanders <vince@kyllikki.org>2018-08-26 11:07:45 +0100
commitae5a9650cd01eb096e3c896a0cc467d47269f45d (patch)
treeccd662bc0054ddc9fe7e812b12cf04393112c8db
parentadcc5da659efef69b4a49446a5f41d26771cf3da (diff)
downloadlibnsutils-ae5a9650cd01eb096e3c896a0cc467d47269f45d.tar.gz
libnsutils-ae5a9650cd01eb096e3c896a0cc467d47269f45d.tar.bz2
fix endian header guardrelease/0.0.5
-rw-r--r--Makefile2
-rw-r--r--include/nsutils/endian.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 2b754ad..b086bed 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@
# Component settings
COMPONENT := nsutils
-COMPONENT_VERSION := 0.0.4
+COMPONENT_VERSION := 0.0.5
# Default to a static library
COMPONENT_TYPE ?= lib-static
diff --git a/include/nsutils/endian.h b/include/nsutils/endian.h
index a624166..0e4bad0 100644
--- a/include/nsutils/endian.h
+++ b/include/nsutils/endian.h
@@ -10,7 +10,7 @@
* Endianness helper functions.
*/
-#ifndef NSUTILS_ENDIAN_H_
+#ifndef NSUTILS_ENDIAN_H__
#define NSUTILS_ENDIAN_H__
#include <inttypes.h>