[Mplayer-cvslog] CVS: main/TOOLS bios2dump.c, 1.2, 1.3 mem2dump.c, 1.1, 1.2

Diego Biurrun CVS syncmail at mplayerhq.hu
Sat Jul 31 17:14:28 CEST 2004


CVS change done by Diego Biurrun CVS

Update of /cvsroot/mplayer/main/TOOLS
In directory mail:/var2/tmp/cvs-serv23254

Modified Files:
	bios2dump.c mem2dump.c 
Log Message:
cosmetic warning fix (missing newline at end of file)


Index: bios2dump.c
===================================================================
RCS file: /cvsroot/mplayer/main/TOOLS/bios2dump.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- bios2dump.c	22 Oct 2001 07:42:57 -0000	1.2
+++ bios2dump.c	31 Jul 2004 15:14:26 -0000	1.3
@@ -52,4 +52,4 @@
   fclose(fd_out);
   fclose(fd_mem);
   return EXIT_SUCCESS;
-}
\ No newline at end of file
+}

Index: mem2dump.c
===================================================================
RCS file: /cvsroot/mplayer/main/TOOLS/mem2dump.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mem2dump.c	22 Oct 2001 07:42:08 -0000	1.1
+++ mem2dump.c	31 Jul 2004 15:14:26 -0000	1.2
@@ -46,4 +46,4 @@
   fclose(fd_out);
   fclose(fd_mem);
   return EXIT_SUCCESS;
-}
\ No newline at end of file
+}




More information about the MPlayer-cvslog mailing list