fix for new codestyle.

This commit is contained in:
Gunter Knauf 2008-02-19 16:23:03 +00:00
parent 7a5596bf02
commit ade0890746

View File

@ -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);
}