add missing newlines, fix misspelling of nonexistent (bug #4027)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5467 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Russell Bryant
2005-04-13 23:33:47 +00:00
parent 8d1744dd29
commit 7bffc0459c
13 changed files with 23 additions and 23 deletions

View File

@@ -46,7 +46,7 @@ struct dundi_ie_hdr {
#define DUNDI_PROTO_SIP 2 /* Session Initiation Protocol */
#define DUNDI_PROTO_H323 3 /* ITU H.323 */
#define DUNDI_FLAG_NONEXISTANT (0) /* Isn't and can't be a valid number */
#define DUNDI_FLAG_NONEXISTENT (0) /* Isn't and can't be a valid number */
#define DUNDI_FLAG_EXISTS (1 << 0) /* Is a valid number */
#define DUNDI_FLAG_MATCHMORE (1 << 1) /* Might be valid if you add more digits */
#define DUNDI_FLAG_CANMATCH (1 << 2) /* Might be a match */