Gitweb links:
...log
http://git.netsurf-browser.org/netsurf.git/shortlog/e9f29a1002046992b347b...
...commit
http://git.netsurf-browser.org/netsurf.git/commit/e9f29a1002046992b347b9c...
...tree
http://git.netsurf-browser.org/netsurf.git/tree/e9f29a1002046992b347b9c1a...
The branch, master has been updated
via e9f29a1002046992b347b9c1adfe07677d12e6fb (commit)
from 937446b95beb40f9f641ee27bffbeb24509cbc73 (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=e9f29a1002046992b34...
commit e9f29a1002046992b347b9c1adfe07677d12e6fb
Author: Rob Kendrick <rjek(a)netsurf-browser.org>
Commit: Rob Kendrick <rjek(a)netsurf-browser.org>
Correct indentation for previous change
diff --git a/frontends/riscos/filetype.c b/frontends/riscos/filetype.c
index d752141..b0dc949 100644
--- a/frontends/riscos/filetype.c
+++ b/frontends/riscos/filetype.c
@@ -39,7 +39,7 @@ static const struct type_entry type_map[] = {
{0x188, "application/x-shockwave-flash"},
{0x695, "image/gif"},
{0x69c, "image/x-ms-bmp"},
- {0xa66, "image/webp"},
+ {0xa66, "image/webp"},
{0xaad, "image/svg+xml"},
{0xaff, "image/x-drawfile"},
{0xb60, "image/png"},
-----------------------------------------------------------------------
Summary of changes:
frontends/riscos/filetype.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/frontends/riscos/filetype.c b/frontends/riscos/filetype.c
index d752141..b0dc949 100644
--- a/frontends/riscos/filetype.c
+++ b/frontends/riscos/filetype.c
@@ -39,7 +39,7 @@ static const struct type_entry type_map[] = {
{0x188, "application/x-shockwave-flash"},
{0x695, "image/gif"},
{0x69c, "image/x-ms-bmp"},
- {0xa66, "image/webp"},
+ {0xa66, "image/webp"},
{0xaad, "image/svg+xml"},
{0xaff, "image/x-drawfile"},
{0xb60, "image/png"},
--
NetSurf Browser