Re: [hackers] [slstatus][PATCH] separator module

From: Danh Doan <congdanhqx_AT_gmail.com>
Date: Sat, 30 Mar 2019 09:38:47 +0000

>diff --git a/components/seperator.c b/components/seperator.c

>+const char *
>+seperator(char *seperator)
>+{
>+ return seperator;
>+}

>+ * seperator string to echo NULL

>+/* seperator */
>+const char *seperator(const char *seperator);

Prototype and implementation mismatched.

It's better to use `const char*` for parameters in this case.

s/seperator/separator/g



-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.
Received on Sat Mar 30 2019 - 10:38:47 CET

This archive was generated by hypermail 2.3.0 : Sat Mar 30 2019 - 11:00:24 CET