diff options
author | Stephen Torri <storri@users.sourceforge.net> | 2003-03-01 02:23:01 +0000 |
---|---|---|
committer | Stephen Torri <storri@users.sourceforge.net> | 2003-03-01 02:23:01 +0000 |
commit | 16639066ab9f5e3db30e5c68d160a3fbc72d0a49 (patch) | |
tree | 912a02ad13f2bbab1d2bbb3d55f6c79f1dda3e77 | |
parent | ce3df9b1ecc08e5fa71c74217104d1100c849e60 (diff) | |
download | xine-lib-16639066ab9f5e3db30e5c68d160a3fbc72d0a49.tar.gz xine-lib-16639066ab9f5e3db30e5c68d160a3fbc72d0a49.tar.bz2 |
Added new line at end of file to remove compiler warning.
CVS patchset: 4311
CVS date: 2003/03/01 02:23:01
-rw-r--r-- | src/libxineadec/nosefart/memguard.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/libxineadec/nosefart/memguard.h b/src/libxineadec/nosefart/memguard.h index 142e70c27..d80d6fb7c 100644 --- a/src/libxineadec/nosefart/memguard.h +++ b/src/libxineadec/nosefart/memguard.h @@ -20,7 +20,7 @@ ** memguard.h ** ** memory allocation wrapper routines -** $Id: memguard.h,v 1.1 2003/01/08 07:04:35 tmmm Exp $ +** $Id: memguard.h,v 1.2 2003/03/01 02:23:01 storri Exp $ */ #ifndef _MEMGUARD_H_ @@ -54,6 +54,9 @@ extern boolean mem_debug; /* ** $Log: memguard.h,v $ +** Revision 1.2 2003/03/01 02:23:01 storri +** Added new line at end of file to remove compiler warning. +** ** Revision 1.1 2003/01/08 07:04:35 tmmm ** initial import of Nosefart sources ** @@ -63,4 +66,5 @@ extern boolean mem_debug; ** Revision 1.4 2000/06/09 15:12:25 matt ** initial revision ** -*/
\ No newline at end of file +*/ + |