Gitweb links:

...log 
http://git.netsurf-browser.org/libnsutils.git/shortlog/ae5a9650cd01eb096e3c896a0cc467d47269f45d
...commit 
http://git.netsurf-browser.org/libnsutils.git/commit/ae5a9650cd01eb096e3c896a0cc467d47269f45d
...tree 
http://git.netsurf-browser.org/libnsutils.git/tree/ae5a9650cd01eb096e3c896a0cc467d47269f45d

The branch, master has been updated
       via  ae5a9650cd01eb096e3c896a0cc467d47269f45d (commit)
      from  adcc5da659efef69b4a49446a5f41d26771cf3da (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commitdiff 
http://git.netsurf-browser.org/libnsutils.git/commit/?id=ae5a9650cd01eb096e3c896a0cc467d47269f45d
commit ae5a9650cd01eb096e3c896a0cc467d47269f45d
Author: Vincent Sanders <[email protected]>
Commit: Vincent Sanders <[email protected]>

    fix endian header guard

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>


-----------------------------------------------------------------------

Summary of changes:
 Makefile                 |    2 +-
 include/nsutils/endian.h |    2 +-
 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>


-- 
NetSurf generalised utility library

_______________________________________________
netsurf-commits mailing list
[email protected]
http://listmaster.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org

Reply via email to