>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.

Reply via email to