Minor refactoring.

This commit is contained in:
jeefo 2019-05-31 11:34:32 +03:00
commit 9eaca5a27b
12 changed files with 165 additions and 162 deletions

View file

@ -2840,9 +2840,9 @@ WaypointDownloadError Waypoint::downloadWaypoint (void) {
break;
case '\n':
if (symbolsInLine == 0)
if (symbolsInLine == 0) {
finished = true;
}
symbolsInLine = 0;
break;