mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2025-02-16 19:15:30 +00:00
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