Skip to content
Snippets Groups Projects
Commit cc6a0ce5 authored by Pietsch, Martin's avatar Pietsch, Martin
Browse files

bugfix: missing break within loop

parent 4308fc3a
No related branches found
No related tags found
No related merge requests found
......@@ -59,6 +59,7 @@ getAnswerfile() {
fi
else
retval=0
break;
fi
done
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment