Fixing build warning about freediving

This just fixes an annoying warning that freediving wasn't covered in the
switch statement.

Signed-off-by: Guido Lerch <guido.lerch@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Guido Lerch 2015-10-21 23:35:41 +02:00 committed by Dirk Hohndel
parent 07b4878c52
commit ac8e05c4ec

View file

@ -1171,6 +1171,7 @@ static void plot_string(struct plot_info *pi, struct plot_data *entry, struct me
put_format(b, translate("gettextFromC", "END: %d%s\nEADD: %d%s\n"), end, depth_unit, eadd, depth_unit);
break;
case AIR:
case FREEDIVING:
/* nothing */
break;
}