From 8e12d79029288f661050cdc2ea7a4e7f9f6e1ff6 Mon Sep 17 00:00:00 2001 From: nickthetait Date: Tue, 1 May 2018 21:57:54 -0600 Subject: [PATCH] Fix a comment Signed-off-by: nickthetait --- flawfinder | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flawfinder b/flawfinder index a64521e..b0a5f4b 100755 --- a/flawfinder +++ b/flawfinder @@ -2042,7 +2042,7 @@ def show_final_results(): possible_levels = (0, 1, 2, 3, 4, 5) for i in possible_levels: # Initialize count_per_level count_per_level[i] = 0 - for i in possible_levels: # Initialize count_per_level + for i in possible_levels: # Initialize count_per_level_and_up count_per_level_and_up[i] = 0 if show_immediately or not quiet: # Separate the final results. print()