aboutsummaryrefslogtreecommitdiff
path: root/src/tabminmax.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tabminmax.c')
-rw-r--r--src/tabminmax.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tabminmax.c b/src/tabminmax.c
index 9aa660a..8a116a1 100644
--- a/src/tabminmax.c
+++ b/src/tabminmax.c
@@ -119,7 +119,7 @@ static void *tabminmax_new(t_symbol *s)
static void tabminmax_helper(void)
{
- post("\n%c tabminmax - object : dumps a table as a package of floats", HEARTSYMBOL);
+ post("\n"HEARTSYMBOL" tabminmax - object : dumps a table as a package of floats");
post("'set <table>'\t: read out another table\n"
"'bang'\t\t: get min and max of the table\n"
"outlet\t\t: table-data as package of floats");