aboutsummaryrefslogtreecommitdiff
path: root/src/regex.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/regex.c')
-rw-r--r--src/regex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/regex.c b/src/regex.c
index 95fdd22..83f852e 100644
--- a/src/regex.c
+++ b/src/regex.c
@@ -314,7 +314,7 @@ static void regex_free(t_regex *x)
static void regex_help(t_regex*x)
{
- post("\n%c regex\t\t:: test the input whether it matches a regular expression", HEARTSYMBOL);
+ post("\n"HEARTSYMBOL" regex\t\t:: test the input whether it matches a regular expression");
}
void regex_setup(void)