mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-15 06:18:38 +00:00
correct error in doxygen docs
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5417 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -169,7 +169,7 @@ struct { \
|
||||
...
|
||||
struct list_entry *current;
|
||||
...
|
||||
AST_LIST_TRAVERSE_SAFE_BEGIN(&entries, current, list_entry, list) {
|
||||
AST_LIST_TRAVERSE_SAFE_BEGIN(&entries, current, list) {
|
||||
(do something with current here)
|
||||
}
|
||||
AST_LIST_TRAVERSE_SAFE_END
|
||||
|
||||
Reference in New Issue
Block a user