Skip to content

Commit 0965592

Browse files
committed
fix variable name
1 parent 00779fe commit 0965592

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/KaSa_rep/reachability_analysis/analyzer_headers.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ module AbstractWSMap (MapT : Map_wrapper.S_with_logs) = struct
420420
abstract_away_working_set_vars parameters error bdu_handler mvbdu
421421
working_set_mvbdu working_set_guards_hcons
422422
in
423-
let error', current_working_set =
423+
let error, current_working_set =
424424
MapT.Map.add parameters error rule_id mvbdu current_working_set
425425
in
426426
current_working_set, bdu_handler, error)

0 commit comments

Comments
 (0)