From 921d1951874b9f11919da4150f5f656acc36da6f Mon Sep 17 00:00:00 2001 From: Kamil Dudka Date: Sat, 28 Feb 2015 10:53:33 +0100 Subject: tool: wrap lines longer than 79 columns ... to avoid a build failure when configured with --enable-debug --- src/tool_formparse.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/tool_formparse.c') diff --git a/src/tool_formparse.c b/src/tool_formparse.c index 8b3c39d27..f26f2595c 100644 --- a/src/tool_formparse.c +++ b/src/tool_formparse.c @@ -206,7 +206,8 @@ int formparse(struct OperationConfig *config, /* verify that this is a fine type specifier */ if(2 != sscanf(type, "%127[^/]/%127[^;,\n]", type_major, type_minor)) { - warnf(config->global, "Illegally formatted content-type field!\n"); + warnf(config->global, + "Illegally formatted content-type field!\n"); Curl_safefree(contents); FreeMultiInfo(&multi_start, &multi_current); return 2; /* illegal content-type syntax! */ -- cgit v1.2.3