Gitweb links:
...log
http://git.netsurf-browser.org/netsurf.git/shortlog/20e3dc6d2ae7876b3fc0ce6c34e650e63c26b342
...commit
http://git.netsurf-browser.org/netsurf.git/commit/20e3dc6d2ae7876b3fc0ce6c34e650e63c26b342
...tree
http://git.netsurf-browser.org/netsurf.git/tree/20e3dc6d2ae7876b3fc0ce6c34e650e63c26b342
The branch, master has been updated
via 20e3dc6d2ae7876b3fc0ce6c34e650e63c26b342 (commit)
from 0c32cbb7cb942a3c5845064701f04dc5b413dfad (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/netsurf.git/commit/?id=20e3dc6d2ae7876b3fc0ce6c34e650e63c26b342
commit 20e3dc6d2ae7876b3fc0ce6c34e650e63c26b342
Author: Chris Young <[email protected]>
Commit: Chris Young <[email protected]>
fix build
diff --git a/desktop/print.h b/desktop/print.h
index c3cb799..4d178aa 100644
--- a/desktop/print.h
+++ b/desktop/print.h
@@ -63,7 +63,7 @@ struct print_settings{
const struct gui_layout_table *font_func;
/* Private data for the plotter context */
- const void *priv;
+ void *priv;
};
-----------------------------------------------------------------------
Summary of changes:
desktop/print.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/desktop/print.h b/desktop/print.h
index c3cb799..4d178aa 100644
--- a/desktop/print.h
+++ b/desktop/print.h
@@ -63,7 +63,7 @@ struct print_settings{
const struct gui_layout_table *font_func;
/* Private data for the plotter context */
- const void *priv;
+ void *priv;
};
--
NetSurf Browser
_______________________________________________
netsurf-commits mailing list
[email protected]
http://listmaster.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org