[Javabdd-checkins] JavaBDD cudd_jni.c,1.15,1.16
Brought to you by:
joewhaley
From: John W. <joe...@us...> - 2005-07-22 19:44:00
|
Update of /cvsroot/javabdd/JavaBDD In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23063 Modified Files: cudd_jni.c Log Message: Fix stupid warning. Index: cudd_jni.c =================================================================== RCS file: /cvsroot/javabdd/JavaBDD/cudd_jni.c,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** cudd_jni.c 22 Jul 2005 19:36:30 -0000 1.15 --- cudd_jni.c 22 Jul 2005 19:43:52 -0000 1.16 *************** *** 183,187 **** (*env)->ThrowNew(env, cls, "invalid number of variables"); (*env)->DeleteLocalRef(env, cls); ! return; } p = pair_list; --- 183,187 ---- (*env)->ThrowNew(env, cls, "invalid number of variables"); (*env)->DeleteLocalRef(env, cls); ! return 0; } p = pair_list; |