X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Ftool_helpers.c;h=dbf32f8bd81af84972dd8ab0ed9a23d510fc9aed;hb=f7bbc1c9b6a8e2c815d09612b53f453c90d962e0;hp=5479a1c0391319d46ad803a15e52539755354de0;hpb=31368b6eac8092a307849518e912b4c475c0238a;p=platform%2Fupstream%2Fcurl.git diff --git a/src/tool_helpers.c b/src/tool_helpers.c index 5479a1c..dbf32f8 100644 --- a/src/tool_helpers.c +++ b/src/tool_helpers.c @@ -5,7 +5,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * Copyright (C) 1998 - 2015, Daniel Stenberg, , et al. + * Copyright (C) 1998 - 2014, Daniel Stenberg, , et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms @@ -72,8 +72,6 @@ int SetHTTPrequest(struct OperationConfig *config, HttpReq req, HttpReq *store) *store = req; return 0; } - - warnf(config->global, "You can only select one HTTP request!\n"); - + warnf(config, "You can only select one HTTP request!\n"); return 1; }