summaryrefslogtreecommitdiffstats
path: root/src/window/icon.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/window/icon.rs')
-rw-r--r--src/window/icon.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window/icon.rs b/src/window/icon.rs
index 15e0312d..0d27b00e 100644
--- a/src/window/icon.rs
+++ b/src/window/icon.rs
@@ -112,7 +112,7 @@ impl fmt::Display for Error {
write!(f,
"The number of RGBA pixels ({:?}) does not match the provided \
dimensions ({:?}x{:?}).",
- width, height, pixel_count,
+ pixel_count, width, height,
)
}
Error::OsError(e) => write!(