Gitweb links:

...log 
http://git.netsurf-browser.org/netsurf.git/shortlog/7fc6e6c0c0053e5ca4f4e09e8f4457a8125a167c
...commit 
http://git.netsurf-browser.org/netsurf.git/commit/7fc6e6c0c0053e5ca4f4e09e8f4457a8125a167c
...tree 
http://git.netsurf-browser.org/netsurf.git/tree/7fc6e6c0c0053e5ca4f4e09e8f4457a8125a167c

The branch, master has been updated
       via  7fc6e6c0c0053e5ca4f4e09e8f4457a8125a167c (commit)
      from  32d2dda01c097be6a214499afa91d99bd198559e (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=7fc6e6c0c0053e5ca4f4e09e8f4457a8125a167c
commit 7fc6e6c0c0053e5ca4f4e09e8f4457a8125a167c
Author: Michael Drake <[email protected]>
Commit: Michael Drake <[email protected]>

    Atari: Fix typo.

diff --git a/frontends/atari/hotlist.c b/frontends/atari/hotlist.c
index 0f4a5c2..ee9385d 100644
--- a/frontends/atari/hotlist.c
+++ b/frontends/atari/hotlist.c
@@ -73,7 +73,7 @@ static nserror atari_hotlist_init_phase2(struct core_window 
*cw,
                                         struct core_window_callback_table 
*cb_t)
 {
        LOG("cw:%p", cw);
-       return(hotlist_manager_init(cb_t, cw);
+       return hotlist_manager_init(cb_t, cw);
 }
 
 static void atari_hotlist_finish(struct core_window *cw)


-----------------------------------------------------------------------

Summary of changes:
 frontends/atari/hotlist.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/frontends/atari/hotlist.c b/frontends/atari/hotlist.c
index 0f4a5c2..ee9385d 100644
--- a/frontends/atari/hotlist.c
+++ b/frontends/atari/hotlist.c
@@ -73,7 +73,7 @@ static nserror atari_hotlist_init_phase2(struct core_window 
*cw,
                                         struct core_window_callback_table 
*cb_t)
 {
        LOG("cw:%p", cw);
-       return(hotlist_manager_init(cb_t, cw);
+       return hotlist_manager_init(cb_t, cw);
 }
 
 static void atari_hotlist_finish(struct core_window *cw)


-- 
NetSurf Browser

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

Reply via email to