Gitweb links:
...log
http://git.netsurf-browser.org/libnsfb.git/shortlog/c1b8c33fd05dcc9f40fe4...
...commit
http://git.netsurf-browser.org/libnsfb.git/commit/c1b8c33fd05dcc9f40fe499...
...tree
http://git.netsurf-browser.org/libnsfb.git/tree/c1b8c33fd05dcc9f40fe4996e...
The branch, master has been updated
via c1b8c33fd05dcc9f40fe4996ece9ff4a895813ff (commit)
from 21b66baa0cbffd72eb090ac32b082d90641805cd (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/libnsfb.git/commit/?id=c1b8c33fd05dcc9f40f...
commit c1b8c33fd05dcc9f40fe4996ece9ff4a895813ff
Author: Vincent Sanders <vince(a)kyllikki.org>
Commit: Vincent Sanders <vince(a)kyllikki.org>
fix dumb typo
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
-----------------------------------------------------------------------
Summary of changes:
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 <machine/endian.h>
- if defined(BYTE_ORDER)
+ #if defined(BYTE_ORDER)
#if BYTE_ORDER == BIG_ENDIAN
#define NSFB_BE_BYTE_ORDER
#endif
--
NetSurf Framebuffer library