aboutsummaryrefslogtreecommitdiffhomepage
path: root/uzbl-core.c
diff options
context:
space:
mode:
authorGravatar Rob <rob.manea@gmail.com>2009-11-03 17:02:48 +0100
committerGravatar Rob <rob.manea@gmail.com>2009-11-03 17:02:48 +0100
commitd4b543b5f6a2cf2d866d229a60e93d91e07093be (patch)
treec54b6c0bf6307f24ff5bbf70f2962868f0380555 /uzbl-core.c
parent1551b09aebc2d426b109638657b706ead38c3e19 (diff)
initialize var
Diffstat (limited to 'uzbl-core.c')
-rw-r--r--uzbl-core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/uzbl-core.c b/uzbl-core.c
index 5e91eb9..05705ff 100644
--- a/uzbl-core.c
+++ b/uzbl-core.c
@@ -882,7 +882,7 @@ include(WebKitWebView *page, GArray *argv, GString *result) {
(void) result;
gchar *pe = NULL, *path = NULL;
gchar *line;
- int i;
+ int i=0;
if(!argv_idx(argv, 0))
return;