aboutsummaryrefslogtreecommitdiff
path: root/src/lister.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lister.c')
-rw-r--r--src/lister.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lister.c b/src/lister.c
index 9f133b2..14096ab 100644
--- a/src/lister.c
+++ b/src/lister.c
@@ -99,7 +99,7 @@ static void *mypdlist_new(t_symbol *s, int argc, t_atom *argv)
static void mypdlist_help(t_mypdlist*x)
{
- post("\n%c lister\t\t:: basic list storage (use pd>=0.39 for real [list] objects)", HEARTSYMBOL);
+ post("\n"HEARTSYMBOL" lister\t\t:: basic list storage (use pd>=0.39 for real [list] objects)");
}
void lister_setup(void)