aboutsummaryrefslogtreecommitdiff
path: root/src/libcmd/command.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/libcmd/command.cc')
-rw-r--r--src/libcmd/command.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcmd/command.cc b/src/libcmd/command.cc
index 3e789adba..56d529461 100644
--- a/src/libcmd/command.cc
+++ b/src/libcmd/command.cc
@@ -125,7 +125,7 @@ ref<EvalState> EvalCommand::getEvalState()
std::unique_ptr<DebugTraceStacker>(
new DebugTraceStacker(
*evalState,
- DebugTrace
+ DebugTrace
{.pos = (error->info().errPos ? *error->info().errPos : evalState->positions[expr.getPos()]),
.expr = expr,
.env = env,