Commit 73ce1d86 authored by Michael Niedermayer's avatar Michael Niedermayer

ffserver: steal SPACE_CHARS, remove one reason for internal.h that way

Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parent ecb40dee
......@@ -1273,6 +1273,8 @@ static void get_word(char *buf, int buf_size, const char **pp)
const char *p;
char *q;
#define SPACE_CHARS " \t\r\n"
p = *pp;
p += strspn(p, SPACE_CHARS);
q = buf;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment