mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2025-02-21 05:16:26 +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,
|
phantom: PhantomData,
|
||||||
})
|
})
|
||||||
} else {
|
} 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