summaryrefslogtreecommitdiff
path: root/src/CfimAst.ml
diff options
context:
space:
mode:
Diffstat (limited to 'src/CfimAst.ml')
-rw-r--r--src/CfimAst.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CfimAst.ml b/src/CfimAst.ml
index 90eb41cb..1fd8ccd4 100644
--- a/src/CfimAst.ml
+++ b/src/CfimAst.ml
@@ -33,7 +33,7 @@ type statement =
| Assert of assertion
| Call of call
| Panic
- | Return
+ | Returna
| Break of int
(** Break to (outer) loop. The [int] identifies the loop to break to:
* 0: break to the first outer loop (the current loop)