summaryrefslogtreecommitdiff
path: root/src/util.c
diff options
context:
space:
mode:
authorportix <portix@gmx.net>2010-12-16 16:39:43 +0100
committerportix <portix@gmx.net>2010-12-16 16:39:43 +0100
commit56e48b55420912c4aa5755e8f431561789bdeb96 (patch)
treeb544ecdeeee3be988087dd7b6342e1bd944627f9 /src/util.c
parent72f935b8a1007f876ffd65e56509b72251ba5041 (diff)
downloaddwb-56e48b55420912c4aa5755e8f431561789bdeb96.zip
execute userscripts from commandline
Diffstat (limited to 'src/util.c')
-rw-r--r--src/util.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util.c b/src/util.c
index ba8141c1..e38e9186 100644
--- a/src/util.c
+++ b/src/util.c
@@ -451,3 +451,4 @@ dwb_util_domain_from_uri(char *uri) {
char *ret = domain[0] ? g_strdup(domain) : g_strdup(uri_p);
return ret;
}/*}}}*/
+