fix misleading indentation
Mostly to shut up the compiler, but some real bugs hidden in there.
This commit is contained in:
@@ -364,7 +364,7 @@ schedule_appt(Calendar *c, Dtcm_appointment *a) {
|
||||
set_message(c->message_text, "");
|
||||
if ( rc == 2)
|
||||
return 0;
|
||||
return -1;
|
||||
return -1;
|
||||
}
|
||||
} else {
|
||||
if (!t->frame)
|
||||
|
||||
Reference in New Issue
Block a user