X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Ftool_doswin.c;h=48af3bfb86e05f07929c2bedbc36c247aee67cda;hb=e9bdad71c8277e20607fa1eaf0027d53a0dc1f37;hp=aed657a6aefc9b9ee19f03eea8464dc1413d0110;hpb=3e62527ed71a7a362d7ec321e7f026edab35f8e2;p=platform%2Fupstream%2Fcurl.git diff --git a/src/tool_doswin.c b/src/tool_doswin.c index aed657a..48af3bf 100644 --- a/src/tool_doswin.c +++ b/src/tool_doswin.c @@ -5,7 +5,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * Copyright (C) 1998 - 2014, Daniel Stenberg, , et al. + * Copyright (C) 1998 - 2016, 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 @@ -431,7 +431,7 @@ SANITIZEcode msdosify(char **const sanitized, const char *file_name, *d = 'x'; } else { - memcpy (d, "plus", 4); + memcpy(d, "plus", 4); d += 3; } } @@ -615,7 +615,7 @@ SANITIZEcode rename_if_reserved_dos_device_name(char **const sanitized, char **__crt0_glob_function(char *arg) { (void)arg; - return (char**)0; + return (char **)0; } #endif /* MSDOS && (__DJGPP__ || __GO32__) */