lib: libc: minimal: proper cast to "(char *)" from "(const char *)"

The string "" is of type '(const char *)', so add a cast over to
'(char *)' to clean up source code.

Signed-off-by: Florian La Roche <Florian.LaRoche@gmail.com>
1 file changed