Add missing break in Cobalt support for divemode

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2014-11-08 16:07:36 -08:00 committed by Jef Driesen
parent 4a16327322
commit 5e88cf7494

View File

@ -211,6 +211,7 @@ atomics_cobalt_parser_get_field (dc_parser_t *abstract, dc_field_type_t type, un
default:
return DC_STATUS_DATAFORMAT;
}
break;
default:
return DC_STATUS_UNSUPPORTED;
}