aboutsummaryrefslogtreecommitdiff
path: root/src/glue.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/glue.c')
-rw-r--r--src/glue.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glue.c b/src/glue.c
index 7043a9f..7eedd4e 100644
--- a/src/glue.c
+++ b/src/glue.c
@@ -103,7 +103,7 @@ static void *glue_new(t_symbol *s, int argc, t_atom *argv)
static void glue_help(t_glue*x)
{
- post("\n%c glue\t\t:: glue together 2 lists (like [list append])", HEARTSYMBOL);
+ post("\n"HEARTSYMBOL" glue\t\t:: glue together 2 lists (like [list append])");
}
void glue_setup(void)