aboutsummaryrefslogtreecommitdiff
path: root/src/tabdump.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tabdump.c')
-rw-r--r--src/tabdump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tabdump.c b/src/tabdump.c
index 90d421e..9dcad66 100644
--- a/src/tabdump.c
+++ b/src/tabdump.c
@@ -93,7 +93,7 @@ static void *tabdump_new(t_symbol *s)
static void tabdump_helper(void)
{
- post("\n%c tabdump - object : dumps a table as a package of floats", HEARTSYMBOL);
+ post("\n"HEARTSYMBOL" tabdump - object : dumps a table as a package of floats");
post("'set <table>'\t: read out another table\n"
"'bang'\t\t: dump the table\n"
"outlet\t\t: table-data as package of floats");