Search
lxdream.org :: lxdream/src/pvr2/rendsave.c :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/pvr2/rendsave.c
changeset 429:e581b90c3fb3
prev295:6637664291a8
next561:533f6b478071
author nkeynes
date Tue Oct 16 12:36:59 2007 +0000 (16 years ago)
permissions -rw-r--r--
last change Downgrade the errors to warnings - they're more whinges than anything fatal
file annotate diff log raw
1.1 --- a/src/pvr2/rendsave.c Tue Jan 16 10:34:46 2007 +0000
1.2 +++ b/src/pvr2/rendsave.c Tue Oct 16 12:36:59 2007 +0000
1.3 @@ -1,5 +1,5 @@
1.4 /**
1.5 - * $Id: rendsave.c,v 1.1 2007-01-16 10:34:46 nkeynes Exp $
1.6 + * $Id: rendsave.c,v 1.2 2007-10-08 11:52:13 nkeynes Exp $
1.7 *
1.8 * Scene-save support. This is mainly for test/debug purposes.
1.9 *
1.10 @@ -94,4 +94,5 @@
1.11 uint32_t eof = 0xFFFFFFFF;
1.12 fwrite( &eof, sizeof(uint32_t), 1, f );
1.13 fclose( f );
1.14 + return 0;
1.15 }
.