forked from AbleOS/ableos
fix naming
This commit is contained in:
parent
4f1e82e70a
commit
2a7f15239e
|
@ -16,7 +16,7 @@ pub fn dump(o: Object) -> xml::XMLElement{
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn rest(x: xml::XMLElement) -> Option<Object>{
|
pub fn restore(x: xml::XMLElement) -> Option<Object>{
|
||||||
let s: &str = &x.name;
|
let s: &str = &x.name;
|
||||||
match s{
|
match s{
|
||||||
"akern-internal-raw" => {
|
"akern-internal-raw" => {
|
||||||
|
|
Loading…
Reference in a new issue