diff options
author | A404M <ahmadmahmoudiprogrammer@gmail.com> | 2025-02-23 17:56:14 +0330 |
---|---|---|
committer | A404M <ahmadmahmoudiprogrammer@gmail.com> | 2025-02-23 17:56:14 +0330 |
commit | 8e5ac02b143588f598a058f5a5ae44181e493ef4 (patch) | |
tree | a182356e433ab19f020f752af6f8068af9292198 /src/runner | |
parent | 20f403c5e603cb7df92c67370eaa3a6119d3a166 (diff) |
fix inline if
Diffstat (limited to 'src/runner')
-rw-r--r-- | src/runner/runner.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/runner/runner.c b/src/runner/runner.c index 81154f5..b5f0cb3 100644 --- a/src/runner/runner.c +++ b/src/runner/runner.c @@ -164,6 +164,7 @@ void runnerVariableSetValue(RunnerVariablePages *pages, } } + printError(variable->name_begin,variable->name_end,"Variable not found"); UNREACHABLE; } |