mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-01-28 14:30:52 +00:00
dos33: more whitespace cleanup
I blame jed
This commit is contained in:
parent
b758047c60
commit
602b137363
@ -1265,6 +1265,7 @@ int main(int argc, char **argv) {
|
|||||||
char output_filename[BUFSIZ];
|
char output_filename[BUFSIZ];
|
||||||
char *result_string;
|
char *result_string;
|
||||||
int always_yes=0,firstarg=1,extra_ops=0;
|
int always_yes=0,firstarg=1,extra_ops=0;
|
||||||
|
char *temp;
|
||||||
|
|
||||||
/* Check command line arguments */
|
/* Check command line arguments */
|
||||||
/* Ugh I should use getopt() or something similar here */
|
/* 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 */
|
/* Then use the input name. Note, we strip */
|
||||||
/* everything up to the last slash so useless */
|
/* everything up to the last slash so useless */
|
||||||
/* path info isn't used */
|
/* path info isn't used */
|
||||||
{
|
|
||||||
char *temp;
|
|
||||||
temp=argv[firstarg+3]+(strlen(argv[firstarg+3])-1);
|
temp=argv[firstarg+3]+(strlen(argv[firstarg+3])-1);
|
||||||
|
|
||||||
while(temp!=argv[firstarg+3]) {
|
while(temp!=argv[firstarg+3]) {
|
||||||
@ -1421,7 +1422,6 @@ int main(int argc, char **argv) {
|
|||||||
strncpy(apple_filename,temp,30);
|
strncpy(apple_filename,temp,30);
|
||||||
apple_filename[30]=0;
|
apple_filename[30]=0;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
catalog_entry=dos33_check_file_exists(dos_fd,apple_filename,
|
catalog_entry=dos33_check_file_exists(dos_fd,apple_filename,
|
||||||
FILE_NORMAL);
|
FILE_NORMAL);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user