aboutsummaryrefslogtreecommitdiff
path: root/src/urn.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/urn.c')
-rw-r--r--src/urn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/urn.c b/src/urn.c
index 103fdf0..ee45378 100644
--- a/src/urn.c
+++ b/src/urn.c
@@ -136,7 +136,7 @@ static void *urn_new(t_symbol *s, int argc, t_atom *argv)
static void urn_help(t_urn*x)
{
- post("\n%c urn\t\t:: generate randum numbers without repetition", HEARTSYMBOL);
+ post("\n"HEARTSYMBOL" urn\t\t:: generate randum numbers without repetition");
}
void urn_setup(void)