diff --git a/check_seapp/check_seapp.c b/check_seapp/check_seapp.c index 166e6d39b6a9364a6dedd1b13825375a0b88dc5c..82d7166aa610e271ac4eaa254348e3bbb440aa3c 100644 --- a/check_seapp/check_seapp.c +++ b/check_seapp/check_seapp.c @@ -911,8 +911,7 @@ static void output() { r = cursor->e->r; rule_map_print(output_file, r); cursor = cursor->next; - if (cursor) - fprintf(output_file, "\n"); + fprintf(output_file, "\n"); } }