summaryrefslogtreecommitdiff
path: root/Lib/d
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2015-02-06 06:55:53 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2015-02-11 23:24:39 +0000
commitef75735e9b4c0a73c4794eb0299702f9b2f87da0 (patch)
tree22871564a595ac67a42a6de67175d0d03bf72cc8 /Lib/d
parent3d34b369fae5b627dcc1a0108a2beaec2a708aac (diff)
downloadswig-ef75735e9b4c0a73c4794eb0299702f9b2f87da0.tar.gz
pedantic warning fix for D wrappers
Diffstat (limited to 'Lib/d')
-rw-r--r--Lib/d/dhead.swg2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/d/dhead.swg b/Lib/d/dhead.swg
index 786ca6e66..50e9c2e87 100644
--- a/Lib/d/dhead.swg
+++ b/Lib/d/dhead.swg
@@ -28,7 +28,7 @@ typedef enum {
SWIG_DIllegalArgumentException,
SWIG_DIllegalElementException,
SWIG_DIOException,
- SWIG_DNoSuchElementException,
+ SWIG_DNoSuchElementException
} SWIG_DExceptionCodes;
typedef void (* SWIG_DExceptionCallback_t)(const char *);