mirror of
https://github.com/overte-org/overte.git
synced 2025-08-04 21:18:43 +02:00
Fix missing semicolon
This commit is contained in:
parent
f5497aa1e7
commit
d299ce2677
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ void GetMappingRequest::doStart() {
|
|||
break;
|
||||
case AssetServerError::AssetNotFound:
|
||||
_error = NotFound;
|
||||
break
|
||||
break;
|
||||
default:
|
||||
_error = UnknownError;
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue