ossp-pkg/rc/rc_opt.c 1.6 -> 1.7
--- rc_opt.c 2003/05/19 19:03:41 1.6
+++ rc_opt.c 2003/05/26 16:03:57 1.7
@@ -114,9 +114,8 @@
free(*ppOption); /* Deallocate option and */
*ppOption = NULL; /* clear its reference */
}
- catch(Except) {
+ catch(Except)
rethrow;
- }
return(RC_THROW(RC_OK));
}
|
|