Skip to content

Commit

Permalink
gec: fixed generated C code when checking for void target.
Browse files Browse the repository at this point in the history
  • Loading branch information
ebezault committed Dec 15, 2024
2 parents 2d64608 + 79d566f commit b016a8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/tools/src/eiffel/generation/et_c_generator.e
Original file line number Diff line number Diff line change
Expand Up @@ -11295,8 +11295,8 @@ feature {NONE} -- Expression generation
current_file.put_string (c_ge_void2)
end
current_file.put_character ('(')
l_do_check_void := True
end
l_do_check_void := True
else
never_void_target_count := never_void_target_count + 1
end
Expand Down

0 comments on commit b016a8e

Please sign in to comment.