Merge branch 'experimental' of git://github.com/Dieterbe/uzbl
[uzbl-mobile] / uzbl.c
diff --git a/uzbl.c b/uzbl.c
index f1c27b1..3517b83 100644 (file)
--- a/uzbl.c
+++ b/uzbl.c
@@ -210,7 +210,7 @@ expand_vars(char *s) {
                 }
                 s++;
                 if( (vend = strchr(s, upto)) ||
-                        (vend = strchr(s, '\0')) ) {
+                    (vend = strchr(s, '\0')) ) {
                     strncpy(ret, s, vend-s);
                     ret[vend-s] = '\0';
                     if( (c = g_hash_table_lookup(uzbl.comm.proto_var, ret)) ) {