Skip to content
Snippets Groups Projects
Commit d5d5ae06 authored by Kristof Szabados's avatar Kristof Szabados
Browse files

should be a while loop.


Signed-off-by: default avatarKristof Szabados <Kristof.Szabados@ericsson.com>
parent b5297abb
No related branches found
No related tags found
No related merge requests found
...@@ -690,7 +690,7 @@ boolean match_set_of_internal(const Base_Type *value_ptr, ...@@ -690,7 +690,7 @@ boolean match_set_of_internal(const Base_Type *value_ptr,
int temp_value_index; int temp_value_index;
int actual_node; int actual_node;
boolean at_end = FALSE; boolean at_end = FALSE;
for( ; !at_end; ) while(!at_end)
{ {
at_end = tree.is_head(); at_end = tree.is_head();
actual_node = tree.actual_data(); actual_node = tree.actual_data();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment