mirror of
https://github.com/curl/curl.git
synced 2024-11-21 01:16:58 +08:00
fix for new codestyle.
This commit is contained in:
parent
7a5596bf02
commit
ade0890746
@ -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…
Reference in New Issue
Block a user