forked from mirrors/gstreamer-rs
memory: fix typo
This commit is contained in:
parent
0cc32a02cc
commit
275d93e3d2
1 changed files with 1 additions and 1 deletions
|
@ -287,7 +287,7 @@ impl MemoryRef {
|
|||
phantom: PhantomData,
|
||||
})
|
||||
} else {
|
||||
Err(glib_bool_error!("Failed to map memory readable"))
|
||||
Err(glib_bool_error!("Failed to map memory writable"))
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue