FreeBSD 10 clang port
This commit is contained in:
committed by
Jon Trulson
parent
8d0551bfda
commit
c3f74eec17
@@ -2483,7 +2483,7 @@ todo_insert(Dtcm_appointment *appt, CSA_entry_handle *new_a, Calendar *c) {
|
||||
* occurred.
|
||||
*/
|
||||
_DtTurnOffHourGlass(t->frame);
|
||||
return;
|
||||
return 0;
|
||||
case 4:
|
||||
default:
|
||||
/*
|
||||
@@ -2501,7 +2501,7 @@ todo_insert(Dtcm_appointment *appt, CSA_entry_handle *new_a, Calendar *c) {
|
||||
|
||||
if (stat != CSA_SUCCESS) {
|
||||
_DtTurnOffHourGlass(t->frame);
|
||||
return;
|
||||
return 0;
|
||||
}
|
||||
csa_free((CSA_buffer) new_a);
|
||||
|
||||
|
||||
@@ -1677,7 +1677,7 @@ cm_count_appts(CMGraphicsInfo *gInfo, CSA_entry_handle *list, int a_total,
|
||||
if (stat != CSA_SUCCESS)
|
||||
{
|
||||
free_appt_struct(&appt);
|
||||
return;
|
||||
return 0;
|
||||
}
|
||||
skip_appt = B_FALSE;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user