From 49382a79ca7e0bb2912c7653f423a3069e654863 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= Date: Sat, 6 Oct 2007 08:54:44 +0200 Subject: const-ify second arg of strtokWithQuotes. --- build/files.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build') diff --git a/build/files.c b/build/files.c index b975038d4..b830b7756 100644 --- a/build/files.c +++ b/build/files.c @@ -193,7 +193,7 @@ static void dumpAttrRec(const char * msg, AttrRec ar) * @param s * @param delim */ -static char *strtokWithQuotes(char *s, char *delim) +static char *strtokWithQuotes(char *s, const char *delim) { static char *olds = NULL; char *token; -- cgit v1.2.3