mirror of
https://github.com/chatmail/core.git
synced 2026-05-19 06:46:32 +03:00
some typos
This commit is contained in:
@@ -4146,7 +4146,7 @@ pub unsafe extern "C" fn dc_backup_provider_new(
|
||||
context: *mut dc_context_t,
|
||||
) -> *mut dc_backup_provider_t {
|
||||
if context.is_null() {
|
||||
eprintln!("ignoring careless call to dc_send_backup()");
|
||||
eprintln!("ignoring careless call to dc_backup_provider_new()");
|
||||
return ptr::null_mut();
|
||||
}
|
||||
let ctx = &*context;
|
||||
|
||||
Reference in New Issue
Block a user