dos33: more whitespace cleanup

I blame jed
This commit is contained in:
Vince Weaver 2016-12-13 15:39:29 -05:00
parent b758047c60
commit 602b137363

View File

@ -1265,6 +1265,7 @@ int main(int argc, char **argv) {
char output_filename[BUFSIZ];
char *result_string;
int always_yes=0,firstarg=1,extra_ops=0;
char *temp;
/* Check command line arguments */
/* Ugh I should use getopt() or something similar here */
@ -1401,8 +1402,8 @@ int main(int argc, char **argv) {
/* Then use the input name. Note, we strip */
/* everything up to the last slash so useless */
/* path info isn't used */
{
char *temp;
temp=argv[firstarg+3]+(strlen(argv[firstarg+3])-1);
while(temp!=argv[firstarg+3]) {
@ -1421,7 +1422,6 @@ int main(int argc, char **argv) {
strncpy(apple_filename,temp,30);
apple_filename[30]=0;
}
}
catalog_entry=dos33_check_file_exists(dos_fd,apple_filename,
FILE_NORMAL);