Gitweb links:

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

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

    Framebuffer: Squash switch fall through warning.

diff --git a/frontends/framebuffer/gui.c b/frontends/framebuffer/gui.c
index 8bbaedc..1e27daf 100644
--- a/frontends/framebuffer/gui.c
+++ b/frontends/framebuffer/gui.c
@@ -951,7 +951,8 @@ fb_browser_window_input(fbtk_widget_t *widget, 
fbtk_callback_info *cbi)
                                browser_window_key_press(gw->bw, NS_KEY_REDO);
                                break;
                        }
-                       /* Z or Y pressed but not undo or redo; Fall through */
+                       /* Z or Y pressed but not undo or redo; */
+                       /* Fall through */
 
                default:
                        ucs4 = fbtk_keycode_to_ucs4(cbi->event->value.keycode,


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

Summary of changes:
 frontends/framebuffer/gui.c |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/frontends/framebuffer/gui.c b/frontends/framebuffer/gui.c
index 8bbaedc..1e27daf 100644
--- a/frontends/framebuffer/gui.c
+++ b/frontends/framebuffer/gui.c
@@ -951,7 +951,8 @@ fb_browser_window_input(fbtk_widget_t *widget, 
fbtk_callback_info *cbi)
                                browser_window_key_press(gw->bw, NS_KEY_REDO);
                                break;
                        }
-                       /* Z or Y pressed but not undo or redo; Fall through */
+                       /* Z or Y pressed but not undo or redo; */
+                       /* Fall through */
 
                default:
                        ucs4 = fbtk_keycode_to_ucs4(cbi->event->value.keycode,


-- 
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