Update of /cvsroot/playerstage/code/player/libplayercore
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24418/libplayercore
Modified Files:
interface_util.c
Log Message:
Added missing return
Index: interface_util.c
===================================================================
RCS file: /cvsroot/playerstage/code/player/libplayercore/interface_util.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** interface_util.c 21 May 2007 11:03:32 -0000 1.4
--- interface_util.c 22 May 2007 07:52:09 -0000 1.5
***************
*** 172,175 ****
--- 172,176 ----
// Set the new length
itable_len = newSize;
+ return 0;
}
***************
*** 230,233 ****
--- 231,235 ----
return 0;
}
+ return 0;
}
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit