summaryrefslogtreecommitdiff
path: root/dmagick/Exception.d
diff options
context:
space:
mode:
Diffstat (limited to 'dmagick/Exception.d')
-rw-r--r--dmagick/Exception.d5
1 files changed, 4 insertions, 1 deletions
diff --git a/dmagick/Exception.d b/dmagick/Exception.d
index 23f07a6..17276a3 100644
--- a/dmagick/Exception.d
+++ b/dmagick/Exception.d
@@ -75,7 +75,10 @@ class DMagickException : Exception
break;";
}
- return exceptions ~= "}";
+ return exceptions ~=
+ " default:
+ return;
+ }";
}());
}
}