changeset 12923:51276a7f4ea1

cosmetic warning fix (missing newline at end of file)
author diego
date Sat, 31 Jul 2004 15:14:26 +0000
parents bd2cb631965f
children 65f49a82ac94
files TOOLS/bios2dump.c TOOLS/mem2dump.c
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
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
+}
--- a/TOOLS/mem2dump.c	Sat Jul 31 11:48:07 2004 +0000
+++ b/TOOLS/mem2dump.c	Sat Jul 31 15:14:26 2004 +0000
@@ -46,4 +46,4 @@
   fclose(fd_out);
   fclose(fd_mem);
   return EXIT_SUCCESS;
-}
\ No newline at end of file
+}