From a2d204814a67483b2d86116ee82b1e58f9c72a4d Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Sat, 17 Apr 2010 09:16:42 +0000 Subject: Fix bracket missmatch. svn path=/trunk/netsurf/; revision=10421 --- riscos/gui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/riscos/gui.c b/riscos/gui.c index edfe778c6..302587833 100644 --- a/riscos/gui.c +++ b/riscos/gui.c @@ -2074,7 +2074,7 @@ char *path_to_url(const char *path) /* create a unix path from teh cananocal risc os one */ unix_path = __unixify(canonical_path, __RISCOSIFY_NO_REVERSE_SUFFIX, NULL, 0, 0); - if (unix_path == NULL) + if (unix_path == NULL) { LOG(("__unixify failed: %s", canonical_path)); free(canonical_path); return NULL; -- cgit v1.2.3