aboutsummaryrefslogtreecommitdiff
path: root/src/wrap.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/wrap.c')
-rw-r--r--src/wrap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wrap.c b/src/wrap.c
index 00e11fc..83e28cc 100644
--- a/src/wrap.c
+++ b/src/wrap.c
@@ -70,7 +70,7 @@ static void *wrap_new(t_symbol *s, int argc, t_atom*argv)
static void wrap_help(t_wrap*x)
{
- post("\n%c wrap\t\t:: wrap a float between to boundaries", HEARTSYMBOL);
+ post("\n"HEARTSYMBOL" wrap\t\t:: wrap a float between to boundaries");
}
void wrap_setup(void) {