Fix missing semicolon

This commit is contained in:
Ryan Huffman 2016-03-09 14:56:56 -08:00
parent f5497aa1e7
commit d299ce2677

View file

@ -50,7 +50,7 @@ void GetMappingRequest::doStart() {
break;
case AssetServerError::AssetNotFound:
_error = NotFound;
break
break;
default:
_error = UnknownError;
break;