aboutsummaryrefslogtreecommitdiff
path: root/src/list2lists.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/list2lists.c')
-rw-r--r--src/list2lists.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/list2lists.c b/src/list2lists.c
index 67efa46..02d1040 100644
--- a/src/list2lists.c
+++ b/src/list2lists.c
@@ -132,7 +132,7 @@ static void *list2lists_new(t_symbol *s, int argc, t_atom *argv)
static void list2lists_help(t_list2lists*x)
{
- post("\n%c list2lists\t\t:: split lists into multiple sublists based on matches", HEARTSYMBOL);
+ post("\n"HEARTSYMBOL" list2lists\t\t:: split lists into multiple sublists based on matches");
}
void list2lists_setup(void)