Removing some cruft in end-comments.

Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
This commit is contained in:
Daniel Baumann 2010-01-23 10:15:01 +01:00
parent a5961d7344
commit 726c02daf6
11 changed files with 1 additions and 43 deletions

View File

@ -514,7 +514,3 @@ void write_label(DOS_FS *fs, char *label)
write_boot_label(fs, label);
write_volume_label(fs, label);
}
/* Local Variables: */
/* tab-width: 8 */
/* End: */

View File

@ -964,7 +964,3 @@ int scan_root(DOS_FS *fs)
if (check_files(fs,root)) return 1;
return subdirs(fs,NULL,&fp_root);
}
/* Local Variables: */
/* tab-width: 8 */
/* End: */

View File

@ -119,7 +119,3 @@ char get_key(char *valid,char *prompt)
printf("Invalid input.\n");
}
}
/* Local Variables: */
/* tab-width: 8 */
/* End: */

View File

@ -202,7 +202,3 @@ int main(int argc,char **argv)
return fs_close(rw) ? 1 : 0;
}
/* Local Variables: */
/* tab-width: 8 */
/* End: */

View File

@ -211,7 +211,3 @@ extern void *mem_queue;
#define FAT_NO_83NAME 32
#endif
/* Local Variables: */
/* tab-width: 8 */
/* End: */

View File

@ -556,7 +556,3 @@ unsigned long update_free(DOS_FS *fs)
return free;
}
/* Local Variables: */
/* tab-width: 8 */
/* End: */

View File

@ -267,7 +267,3 @@ void file_unused(void)
{
report_unused(fp_root);
}
/* Local Variables: */
/* tab-width: 8 */
/* End: */

View File

@ -220,7 +220,3 @@ int fs_changed(void)
{
return !!changes || did_change;
}
/* Local Variables: */
/* tab-width: 8 */
/* End: */

View File

@ -489,7 +489,3 @@ void lfn_check_orphaned(void)
}
lfn_reset();
}
/* Local Variables: */
/* tab-width: 8 */
/* End: */

View File

@ -1806,9 +1806,3 @@ main (int argc, char **argv)
exit (0); /* Terminate with no errors! */
}
/* That's All Folks */
/* Local Variables: */
/* tab-width: 8 */
/* End: */

View File

@ -25,4 +25,4 @@
#define VERSION "3.0.7"
#define VERSION_DATE "24 Dec 2009"
#endif /* _version_h */
#endif