Gitweb links:
...log
http://git.netsurf-browser.org/netsurf.git/shortlog/ad06f9e906db0b047013950ef8b2a8c9d1719131
...commit
http://git.netsurf-browser.org/netsurf.git/commit/ad06f9e906db0b047013950ef8b2a8c9d1719131
...tree
http://git.netsurf-browser.org/netsurf.git/tree/ad06f9e906db0b047013950ef8b2a8c9d1719131
The branch, master has been updated
via ad06f9e906db0b047013950ef8b2a8c9d1719131 (commit)
from 91515e2b566bee852f00ad9dbe68bc2beb8d1504 (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=ad06f9e906db0b047013950ef8b2a8c9d1719131
commit ad06f9e906db0b047013950ef8b2a8c9d1719131
Author: Vincent Sanders <[email protected]>
Commit: Vincent Sanders <[email protected]>
fix beos_warn_user definition
diff --git a/beos/gui.h b/beos/gui.h
index f77fe39..774820b 100644
--- a/beos/gui.h
+++ b/beos/gui.h
@@ -85,4 +85,4 @@ void die(const char * const error) __attribute__ ((noreturn));
* \param warning message key for warning message
* \param detail additional message, or 0
*/
-nserror beos_warn_user(const char *warning, const char *detail)
+nserror beos_warn_user(const char *warning, const char *detail);
-----------------------------------------------------------------------
Summary of changes:
beos/gui.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/beos/gui.h b/beos/gui.h
index f77fe39..774820b 100644
--- a/beos/gui.h
+++ b/beos/gui.h
@@ -85,4 +85,4 @@ void die(const char * const error) __attribute__ ((noreturn));
* \param warning message key for warning message
* \param detail additional message, or 0
*/
-nserror beos_warn_user(const char *warning, const char *detail)
+nserror beos_warn_user(const char *warning, const char *detail);
--
NetSurf Browser
_______________________________________________
netsurf-commits mailing list
[email protected]
http://listmaster.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org