return -> break

no real reason but whatever works
This commit is contained in:
Dean Herbert 2018-03-20 20:32:32 +09:00 committed by GitHub
parent 553fd3b789
commit 5a10270a2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ protected override void ParseLine(SkinConfiguration output, Section section, str
break;
}
return;
break;
}
base.ParseLine(output, section, line);