aboutsummaryrefslogtreecommitdiff
path: root/src/operating_system.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/operating_system.c')
-rw-r--r--src/operating_system.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/operating_system.c b/src/operating_system.c
index 053f113..a02b406 100644
--- a/src/operating_system.c
+++ b/src/operating_system.c
@@ -57,7 +57,7 @@ static void *operating_system_new(void)
static void operating_system_help(t_operating_system*x)
{
- post("\n%c operating_system\t:: get the current operating system", HEARTSYMBOL);
+ post("\n"HEARTSYMBOL" operating_system\t:: get the current operating system");
}
void operating_system_setup(void)