projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b034726
)
Fix a spacing issue that I claimed I would when I committed this code.
author
Mark Michelson
<mmichelson@digium.com>
Fri, 17 Apr 2009 14:33:50 +0000
(14:33 +0000)
committer
Mark Michelson
<mmichelson@digium.com>
Fri, 17 Apr 2009 14:33:50 +0000
(14:33 +0000)
Nothing major though.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@188942
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
main/pbx.c
patch
|
blob
|
history
diff --git
a/main/pbx.c
b/main/pbx.c
index
44b8ba8
..
f7ae5cd
100644
(file)
--- a/
main/pbx.c
+++ b/
main/pbx.c
@@
-1813,7
+1813,7
@@
static void insert_in_next_chars_alt_char_list(struct match_char **parent_ptr, s
return;
}
- if ((*parent_ptr)->specificity > node->specificity){
+ if ((*parent_ptr)->specificity > node->specificity) {
/* insert at head */
node->alt_char = (*parent_ptr);
*parent_ptr = node;