Fixed a typo
This commit is contained in:
parent
576aa90bb6
commit
0e81c60d70
1 changed files with 1 additions and 1 deletions
|
|
@ -743,7 +743,7 @@ void instance_t::include_directive(char * line)
|
||||||
if (glob.match(base)) {
|
if (glob.match(base)) {
|
||||||
journal_t * journal = context.journal;
|
journal_t * journal = context.journal;
|
||||||
account_t * master = context.master;
|
account_t * master = context.master;
|
||||||
account_t * scope = context.scope;
|
scope_t * scope = context.scope;
|
||||||
|
|
||||||
context_stack.push(*iter);
|
context_stack.push(*iter);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue