summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorportix <none@none>2012-12-22 18:16:22 +0100
committerportix <none@none>2012-12-22 18:16:22 +0100
commit7f198e7deff463210ed44251fc03c449261f2002 (patch)
tree05990915167666310c3f7b8e153f44281cbcd7b3 /src
parent928477c7b53aaf639d65a75a20c35514459fd4bf (diff)
downloaddwb-7f198e7deff463210ed44251fc03c449261f2002.zip
Fixing wrong font size for hint-urls.
Diffstat (limited to 'src')
-rw-r--r--src/scripts.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/scripts.c b/src/scripts.c
index 47e596fd..a3130e74 100644
--- a/src/scripts.c
+++ b/src/scripts.c
@@ -1648,8 +1648,8 @@ watch_spawn(GPid pid, gint status, JSObjectRef deferred)
deferred_resolve(s_global_context, NULL, deferred, 0, NULL, NULL);
else
{
- JSValueRef args[] = { JSValueMakeNumber(s_global_context, fail) };
- deferred_reject(s_global_context, NULL, deferred, 1, args, NULL);
+ JSValueRef args[] = { JSValueMakeNumber(s_global_context, fail) };
+ deferred_reject(s_global_context, NULL, deferred, 1, args, NULL);
}
}