Gitweb links:
...log
http://git.netsurf-browser.org/netsurf.git/shortlog/b6d33785a089b99bd84ce7637c0a6f6529ad1fa5
...commit
http://git.netsurf-browser.org/netsurf.git/commit/b6d33785a089b99bd84ce7637c0a6f6529ad1fa5
...tree
http://git.netsurf-browser.org/netsurf.git/tree/b6d33785a089b99bd84ce7637c0a6f6529ad1fa5
The branch, master has been updated
via b6d33785a089b99bd84ce7637c0a6f6529ad1fa5 (commit)
from 97870122dd93a4603a23088f78c7d9eb266806b8 (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=b6d33785a089b99bd84ce7637c0a6f6529ad1fa5
commit b6d33785a089b99bd84ce7637c0a6f6529ad1fa5
Author: Daniel Silverstone <[email protected]>
Commit: Daniel Silverstone <[email protected]>
hashmap: Fix a whitespace bogon
Signed-off-by: Daniel Silverstone <[email protected]>
diff --git a/utils/hashmap.c b/utils/hashmap.c
index 9cdc5a2..4d9c788 100644
--- a/utils/hashmap.c
+++ b/utils/hashmap.c
@@ -55,7 +55,7 @@ struct hashmap_s {
* The number of buckets in this map
*/
uint32_t bucket_count;
-
+
/**
* The number of entries in this map
*/
-----------------------------------------------------------------------
Summary of changes:
utils/hashmap.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/utils/hashmap.c b/utils/hashmap.c
index 9cdc5a2..4d9c788 100644
--- a/utils/hashmap.c
+++ b/utils/hashmap.c
@@ -55,7 +55,7 @@ struct hashmap_s {
* The number of buckets in this map
*/
uint32_t bucket_count;
-
+
/**
* The number of entries in this map
*/
--
NetSurf Browser
_______________________________________________
netsurf-commits mailing list
[email protected]
http://listmaster.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org