summaryrefslogtreecommitdiffstats
path: root/lib/entry/libimagentryview/src/viewer.rs
diff options
context:
space:
mode:
Diffstat (limited to 'lib/entry/libimagentryview/src/viewer.rs')
-rw-r--r--lib/entry/libimagentryview/src/viewer.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/entry/libimagentryview/src/viewer.rs b/lib/entry/libimagentryview/src/viewer.rs
index 5341e7ab..f4a9b3e0 100644
--- a/lib/entry/libimagentryview/src/viewer.rs
+++ b/lib/entry/libimagentryview/src/viewer.rs
@@ -140,7 +140,7 @@ impl<'a, I, V, W, F, T> Iterator for ViewIter<'a, I, V, W, F, T>
}
}
- return Some(Err(Error::from(e)))
+ return Some(Err(e))
}
}