[Lapetus-cvs] lapetus cdfs.c,1.1,1.2
Status: Inactive
Brought to you by:
cyberwarriorx
From: Theo B. <cyb...@us...> - 2007-03-03 05:23:12
|
Update of /cvsroot/lapetus/lapetus In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv16721 Modified Files: cdfs.c Log Message: -Fixed a silly bug Index: cdfs.c =================================================================== RCS file: /cvsroot/lapetus/lapetus/cdfs.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- cdfs.c 3 Mar 2007 05:19:21 -0000 1.1 +++ cdfs.c 3 Mar 2007 05:23:07 -0000 1.2 @@ -305,7 +305,7 @@ return ret; } else - return LAPETUS_ERR_UNSUPPORTED + return LAPETUS_ERR_UNSUPPORTED; return LAPETUS_ERR_OK; } |