Removing some cruft in end-comments.
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
This commit is contained in:
parent
a5961d7344
commit
726c02daf6
@ -514,7 +514,3 @@ void write_label(DOS_FS *fs, char *label)
|
|||||||
write_boot_label(fs, label);
|
write_boot_label(fs, label);
|
||||||
write_volume_label(fs, label);
|
write_volume_label(fs, label);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Local Variables: */
|
|
||||||
/* tab-width: 8 */
|
|
||||||
/* End: */
|
|
||||||
|
|||||||
@ -964,7 +964,3 @@ int scan_root(DOS_FS *fs)
|
|||||||
if (check_files(fs,root)) return 1;
|
if (check_files(fs,root)) return 1;
|
||||||
return subdirs(fs,NULL,&fp_root);
|
return subdirs(fs,NULL,&fp_root);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Local Variables: */
|
|
||||||
/* tab-width: 8 */
|
|
||||||
/* End: */
|
|
||||||
|
|||||||
@ -119,7 +119,3 @@ char get_key(char *valid,char *prompt)
|
|||||||
printf("Invalid input.\n");
|
printf("Invalid input.\n");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Local Variables: */
|
|
||||||
/* tab-width: 8 */
|
|
||||||
/* End: */
|
|
||||||
|
|||||||
@ -202,7 +202,3 @@ int main(int argc,char **argv)
|
|||||||
|
|
||||||
return fs_close(rw) ? 1 : 0;
|
return fs_close(rw) ? 1 : 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Local Variables: */
|
|
||||||
/* tab-width: 8 */
|
|
||||||
/* End: */
|
|
||||||
|
|||||||
@ -211,7 +211,3 @@ extern void *mem_queue;
|
|||||||
#define FAT_NO_83NAME 32
|
#define FAT_NO_83NAME 32
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Local Variables: */
|
|
||||||
/* tab-width: 8 */
|
|
||||||
/* End: */
|
|
||||||
|
|||||||
@ -556,7 +556,3 @@ unsigned long update_free(DOS_FS *fs)
|
|||||||
|
|
||||||
return free;
|
return free;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Local Variables: */
|
|
||||||
/* tab-width: 8 */
|
|
||||||
/* End: */
|
|
||||||
|
|||||||
@ -267,7 +267,3 @@ void file_unused(void)
|
|||||||
{
|
{
|
||||||
report_unused(fp_root);
|
report_unused(fp_root);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Local Variables: */
|
|
||||||
/* tab-width: 8 */
|
|
||||||
/* End: */
|
|
||||||
|
|||||||
4
src/io.c
4
src/io.c
@ -220,7 +220,3 @@ int fs_changed(void)
|
|||||||
{
|
{
|
||||||
return !!changes || did_change;
|
return !!changes || did_change;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Local Variables: */
|
|
||||||
/* tab-width: 8 */
|
|
||||||
/* End: */
|
|
||||||
|
|||||||
@ -489,7 +489,3 @@ void lfn_check_orphaned(void)
|
|||||||
}
|
}
|
||||||
lfn_reset();
|
lfn_reset();
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Local Variables: */
|
|
||||||
/* tab-width: 8 */
|
|
||||||
/* End: */
|
|
||||||
|
|||||||
@ -1806,9 +1806,3 @@ main (int argc, char **argv)
|
|||||||
|
|
||||||
exit (0); /* Terminate with no errors! */
|
exit (0); /* Terminate with no errors! */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* That's All Folks */
|
|
||||||
/* Local Variables: */
|
|
||||||
/* tab-width: 8 */
|
|
||||||
/* End: */
|
|
||||||
|
|||||||
@ -25,4 +25,4 @@
|
|||||||
#define VERSION "3.0.7"
|
#define VERSION "3.0.7"
|
||||||
#define VERSION_DATE "24 Dec 2009"
|
#define VERSION_DATE "24 Dec 2009"
|
||||||
|
|
||||||
#endif /* _version_h */
|
#endif
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user