mirror of
https://github.com/curl/curl.git
synced 2026-07-30 15:28:45 +03:00
fix for new codestyle.
This commit is contained in:
parent
7a5596bf02
commit
ade0890746
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ int main(int argc, char **argv)
|
|||
static const char buf_2 [] = "RNTO " RENAME_FILE_TO;
|
||||
|
||||
/* get the file size of the local file */
|
||||
if (stat(LOCAL_FILE, &file_info)) {
|
||||
if(stat(LOCAL_FILE, &file_info)) {
|
||||
printf("Couldnt open '%s': %s\n", LOCAL_FILE, strerror(errno));
|
||||
exit(1);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue