aboutsummaryrefslogtreecommitdiff
path: root/src/guile_interface.scm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/guile_interface.scm.c')
-rw-r--r--src/guile_interface.scm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/guile_interface.scm.c b/src/guile_interface.scm.c
index 63d3f737..b8830be4 100644
--- a/src/guile_interface.scm.c
+++ b/src/guile_interface.scm.c
@@ -54,7 +54,7 @@ SCM_DEFINE (vcomponent_get_attribute, "%vcomponent-get-attribute", 2, 0, 0,
free(key);
- SCM val, attrlist = SCM_EOL, proplist;
+ SCM val, proplist, attrlist = SCM_EOL;
LLIST(strbuf) *triekeys, *trievals;
/* For every instance of a line */
FOR (LLIST, content_set, v, c) {