aboutsummaryrefslogtreecommitdiffstats
path: root/channels/iax2.h
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-04-13 23:33:47 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-04-13 23:33:47 +0000
commit9201aa9db06c3ddd9e05f59c977b0349c9f616eb (patch)
tree7b5e30d0938eb2c5696d0c31806be80050699d39 /channels/iax2.h
parenta5898b4c0d9f7147f38315d743ca62c16e2ac85c (diff)
add missing newlines, fix misspelling of nonexistent (bug #4027)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5467 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels/iax2.h')
-rwxr-xr-xchannels/iax2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/iax2.h b/channels/iax2.h
index c08d54994..c6b44628d 100755
--- a/channels/iax2.h
+++ b/channels/iax2.h
@@ -150,7 +150,7 @@
#define IAX_DPSTATUS_EXISTS (1 << 0)
#define IAX_DPSTATUS_CANEXIST (1 << 1)
-#define IAX_DPSTATUS_NONEXISTANT (1 << 2)
+#define IAX_DPSTATUS_NONEXISTENT (1 << 2)
#define IAX_DPSTATUS_IGNOREPAT (1 << 14)
#define IAX_DPSTATUS_MATCHMORE (1 << 15)