Skip to content

Commit

Permalink
Fix incomplete description
Browse files Browse the repository at this point in the history
  • Loading branch information
karoliineh committed Feb 10, 2025
1 parent 3fca576 commit 9f6bf24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/autoSoundConfig.ml
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@ let activateLongjmpAnalysesWhenRequired () =
| _ -> false
in
if hasFunction isLongjmp then
enableAnalyses "Longjmp" "longjmp" longjmpAnalyses;
enableAnalyses "Longjmp" "longjmp analyses" longjmpAnalyses;

0 comments on commit 9f6bf24

Please sign in to comment.