output/analog: SR_UNIT_REVOLUTIONS_PER_MINUTE: Add missing break.

This commit is contained in:
Uwe Hermann 2013-11-04 00:18:47 +01:00
parent 21d464a7e5
commit d69d26429f
1 changed files with 1 additions and 0 deletions

View File

@ -175,6 +175,7 @@ static void fancyprint(int unit, int mqflags, float value, GString *out)
break;
case SR_UNIT_REVOLUTIONS_PER_MINUTE:
si_printf(value, out, "RPM");
break;
case SR_UNIT_VOLT_AMPERE:
si_printf(value, out, "VA");
break;