Gitweb links:

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

The branch, master has been updated
       via  d76e7db6fef96598713de096782468f042d519db (commit)
      from  634b8f642e10dbb3c2c08281cea5170cf50ed785 (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/commitdiff/d76e7db6fef96598713de096782468f042d519db
commit d76e7db6fef96598713de096782468f042d519db
Author: Michael Drake <[email protected]>
Commit: Michael Drake <[email protected]>

    Missing semicolon.

diff --git a/amiga/context_menu.c b/amiga/context_menu.c
index 0f39603..4213eb9 100755
--- a/amiga/context_menu.c
+++ b/amiga/context_menu.c
@@ -125,7 +125,7 @@ struct ami_file_input_menu_data {
        int x;
        int y;
        struct browser_window bw;
-}
+};
 
 struct Library  *PopupMenuBase = NULL;
 struct PopupMenuIFace *IPopupMenu = NULL;


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

Summary of changes:
 amiga/context_menu.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/amiga/context_menu.c b/amiga/context_menu.c
index 0f39603..4213eb9 100755
--- a/amiga/context_menu.c
+++ b/amiga/context_menu.c
@@ -125,7 +125,7 @@ struct ami_file_input_menu_data {
        int x;
        int y;
        struct browser_window bw;
-}
+};
 
 struct Library  *PopupMenuBase = NULL;
 struct PopupMenuIFace *IPopupMenu = NULL;


-- 
NetSurf Browser

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

Reply via email to