From 0e81c60d70b88ef98f1da4f884632a7d4d8a2c49 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Thu, 1 Mar 2012 21:33:27 -0600 Subject: Fixed a typo --- src/textual.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/textual.cc b/src/textual.cc index 839e871b..dc07efa0 100644 --- a/src/textual.cc +++ b/src/textual.cc @@ -743,7 +743,7 @@ void instance_t::include_directive(char * line) if (glob.match(base)) { journal_t * journal = context.journal; account_t * master = context.master; - account_t * scope = context.scope; + scope_t * scope = context.scope; context_stack.push(*iter); -- cgit v1.2.3