Skip to content

Commit af09eac

Browse files
Update src/tree_node.cpp
1 parent c9b61ac commit af09eac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tree_node.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ std::string toStr<PreCond>(const PreCond& pre)
480480
return "_skipIf";
481481
case PreCond::WHILE_TRUE:
482482
return "_while";
483-
case PreCond::ALWAYS:
483+
case PreCond::ON_START:
484484
return "_onStart";
485485
default:
486486
return "Undefined";

0 commit comments

Comments
 (0)