summaryrefslogtreecommitdiff
path: root/wx+/image_tools.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'wx+/image_tools.cpp')
-rw-r--r--wx+/image_tools.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/wx+/image_tools.cpp b/wx+/image_tools.cpp
index 4b76fac0..52ce45e3 100644
--- a/wx+/image_tools.cpp
+++ b/wx+/image_tools.cpp
@@ -230,4 +230,4 @@ void zen::convertToVanillaImage(wxImage& img)
{
assert(!img.HasMask());
}
-} \ No newline at end of file
+}
bgstack15