diff --git a/decompiler/util/default.json b/decompiler/util/default.json index d1c5fbabe..a478f55bd 100644 --- a/decompiler/util/default.json +++ b/decompiler/util/default.json @@ -280,7 +280,7 @@ "default": true, "type": "boolean", "title": "Enable for-loop recovery", - "description": "If enabled, certain while-loops will be transformed to for-loops. If set to false, no for-loops will be emitted at all.",, + "description": "If enabled, certain while-loops will be transformed to for-loops. If set to false, no for-loops will be emitted at all.", "is_hidden_from_gui": false, "is_hidden_from_cli": false, "argument_name": "--restructure-for-loops"