aboutsummaryrefslogtreecommitdiff
path: root/src/matchbox.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/matchbox.c')
-rw-r--r--src/matchbox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/matchbox.c b/src/matchbox.c
index 7bda2e5..f1d8183 100644
--- a/src/matchbox.c
+++ b/src/matchbox.c
@@ -654,7 +654,7 @@ static void matchbox_free(t_matchbox *x)
static void matchbox_help(t_matchbox*x)
{
- post("\n%c matchbox\t\t:: find a list in a pool of lists", HEARTSYMBOL);
+ post("\n"HEARTSYMBOL" matchbox\t\t:: find a list in a pool of lists");
}
void matchbox_setup(void)