diff options
author | James Stembridge <jstembridge@users.sourceforge.net> | 2003-12-04 22:14:53 +0000 |
---|---|---|
committer | James Stembridge <jstembridge@users.sourceforge.net> | 2003-12-04 22:14:53 +0000 |
commit | ddeb112842ae61e56a61b8acdc909895d44837b0 (patch) | |
tree | 9433e413534a1efe91b070b33b78ea35bbbf0f5f | |
parent | 1044a6fe262477a8c42bacbb18bed907227b9d84 (diff) | |
download | xine-lib-ddeb112842ae61e56a61b8acdc909895d44837b0.tar.gz xine-lib-ddeb112842ae61e56a61b8acdc909895d44837b0.tar.bz2 |
quiet
CVS patchset: 5840
CVS date: 2003/12/04 22:14:53
-rw-r--r-- | src/input/libreal/real.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/input/libreal/real.c b/src/input/libreal/real.c index 8ce462f32..c0a292ef9 100644 --- a/src/input/libreal/real.c +++ b/src/input/libreal/real.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: real.c,v 1.10 2003/12/04 22:11:25 jstembridge Exp $ + * $Id: real.c,v 1.11 2003/12/04 22:14:53 jstembridge Exp $ * * special functions for real streams. * adopted from joschkas real tools. @@ -29,9 +29,9 @@ #define LOG_MODULE "real" #define LOG_VERBOSE - +/* #define LOG - +*/ #include "real.h" #include "asmrp.h" |