output/analog: Add missing space (consistency).

This commit is contained in:
Uwe Hermann 2014-01-01 17:38:05 +01:00
parent 79bc9924d7
commit 641d8f276c
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ static void fancyprint(int unit, int mqflags, float value, GString *out)
si_printf(value, out, "Hz");
break;
case SR_UNIT_PERCENTAGE:
g_string_append_printf(out, "%f%%", value);
g_string_append_printf(out, "%f %%", value);
break;
case SR_UNIT_BOOLEAN:
if (value > 0)