aboutsummaryrefslogtreecommitdiff
path: root/src/narrative_window.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/narrative_window.c')
-rw-r--r--src/narrative_window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/narrative_window.c b/src/narrative_window.c
index 1552845..c93cba9 100644
--- a/src/narrative_window.c
+++ b/src/narrative_window.c
@@ -169,7 +169,7 @@ static struct template_id *get_templates(SCBlock *ss, int *n)
struct template_id *list;
SCInterpreter *scin;
- scin = sc_interp_new(NULL, NULL, NULL);
+ scin = sc_interp_new(NULL, NULL, NULL, NULL);
sc_interp_run_stylesheet(scin, ss); /* ss == NULL is OK */
list = sc_interp_get_templates(scin, n);
sc_interp_destroy(scin);