aboutsummaryrefslogtreecommitdiff
path: root/src/0x2e.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/0x2e.c')
-rw-r--r--src/0x2e.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/0x2e.c b/src/0x2e.c
index dea9c1a..e15f720 100644
--- a/src/0x2e.c
+++ b/src/0x2e.c
@@ -149,7 +149,7 @@ static void *scalmul_new(t_symbol *s, int argc, t_atom *argv)
static void scalmul_help(t_scalmul*x)
{
- post("\n%c .\t\t:: scalar multiplication (in-product)", HEARTSYMBOL);
+ post("\n"HEARTSYMBOL" .\t\t:: scalar multiplication (in-product)");
}
void setup_0x2e(void)