]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
[ftmod_misdn] Undefine MISDN_CONTROL_TYPE helper macro after use.
authorStefan Knoblich <stkn@openisdn.net>
Tue, 7 Feb 2012 15:49:31 +0000 (16:49 +0100)
committerStefan Knoblich <stkn@openisdn.net>
Tue, 7 Feb 2012 17:39:11 +0000 (18:39 +0100)
No reason to keep it around for longer.

Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
libs/freetdm/src/ftmod/ftmod_misdn/ftmod_misdn.c

index e78facf2878c9f091f03d902ec76d88168c7bcd8..dcba43512e785a694b3294d998d620890f3c8945 100644 (file)
@@ -137,6 +137,7 @@ const static struct {
 } misdn_control_types[] = {
 #define MISDN_CONTROL_TYPE(x)  { x, #x }
        MISDN_CONTROL_TYPE(DTMF_HFC_COEF),
+#undef MISDN_CONTROL_TYPE
 };
 
 #if 0 /* unused for now */