diff TOOLS/bios2dump.c @ 12923:51276a7f4ea1

cosmetic warning fix (missing newline at end of file)
author diego
date Sat, 31 Jul 2004 15:14:26 +0000
parents 427dc863fe4b
children
line wrap: on
line diff
--- a/TOOLS/bios2dump.c	Sat Jul 31 11:48:07 2004 +0000
+++ b/TOOLS/bios2dump.c	Sat Jul 31 15:14:26 2004 +0000
@@ -52,4 +52,4 @@
   fclose(fd_out);
   fclose(fd_mem);
   return EXIT_SUCCESS;
-}
\ No newline at end of file
+}