# HG changeset patch # User diego # Date 1091286866 0 # Node ID 51276a7f4ea12f16a08c112bd6271544e58135eb # Parent bd2cb631965f73ca69026a8f66f0fe75fd89dd0b cosmetic warning fix (missing newline at end of file) diff -r bd2cb631965f -r 51276a7f4ea1 TOOLS/bios2dump.c --- 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 +} diff -r bd2cb631965f -r 51276a7f4ea1 TOOLS/mem2dump.c --- 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 +}