Gitweb links:

...log 
http://git.netsurf-browser.org/libnsfb.git/shortlog/c1b8c33fd05dcc9f40fe4996ece9ff4a895813ff
...commit 
http://git.netsurf-browser.org/libnsfb.git/commit/c1b8c33fd05dcc9f40fe4996ece9ff4a895813ff
...tree 
http://git.netsurf-browser.org/libnsfb.git/tree/c1b8c33fd05dcc9f40fe4996ece9ff4a895813ff

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=c1b8c33fd05dcc9f40fe4996ece9ff4a895813ff
commit c1b8c33fd05dcc9f40fe4996ece9ff4a895813ff
Author: Vincent Sanders <[email protected]>
Commit: Vincent Sanders <[email protected]>

    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

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

Reply via email to