提交 800d2c24 编写于 作者: A Andrey Mazo 提交者: Andrey Mazo

make strstrip() static (again)

上级 5d6e9045
......@@ -88,7 +88,7 @@ static char * xstrdup(const char * s)
@return unsigned New size of the string.
*/
/*--------------------------------------------------------------------------*/
unsigned strstrip(char * s)
static unsigned strstrip(char * s)
{
char *last = NULL ;
char *dest = s;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册