mirror of
https://github.com/chatmail/core.git
synced 2026-04-23 00:16:34 +03:00
add a comment, fix a typo in debug message
This commit is contained in:
@@ -657,7 +657,7 @@ pub unsafe extern "C" fn dc_get_next_event(events: *mut dc_event_emitter_t) -> *
|
||||
#[no_mangle]
|
||||
pub unsafe extern "C" fn dc_stop_io(context: *mut dc_context_t) {
|
||||
if context.is_null() {
|
||||
eprintln!("ignoring careless call to dc_shutdown()");
|
||||
eprintln!("ignoring careless call to dc_stop_io()");
|
||||
return;
|
||||
}
|
||||
let ctx = &*context;
|
||||
|
||||
Reference in New Issue
Block a user