aboutsummaryrefslogtreecommitdiff
path: root/src/listfind.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/listfind.c')
-rw-r--r--src/listfind.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/listfind.c b/src/listfind.c
index a2e88b8..6016b50 100644
--- a/src/listfind.c
+++ b/src/listfind.c
@@ -210,7 +210,7 @@ static void *listfind_new(t_symbol *s, int argc, t_atom *argv)
static void listfind_help(t_listfind*x)
{
- post("\n%c listfind\t\t:: split lists into multiple sublists based on matches", HEARTSYMBOL);
+ post("\n"HEARTSYMBOL" listfind\t\t:: split lists into multiple sublists based on matches");
}
void listfind_setup(void)