Fix the style.

This commit is contained in:
Andrey V. Elsukov 2012-09-30 13:17:33 +00:00
parent b3651aad67
commit 04773e8b75

View File

@ -288,10 +288,10 @@ file_load(char *filename, vm_offset_t dest, struct preloaded_file **result)
*result = fp;
break;
} else if (last_file_format == i && i != 0) {
/* Restart from the beginning */
last_file_format = i = 0;
fp = NULL;
continue;
/* Restart from the beginning */
last_file_format = i = 0;
fp = NULL;
continue;
}
if (error == EFTYPE)
continue; /* Unknown to this handler? */