Skip to content
Snippets Groups Projects
Commit 23ccbfc1 authored by Tilghman Lesher's avatar Tilghman Lesher
Browse files

Typo

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7434 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent fcbe9283
No related branches found
No related tags found
No related merge requests found
......@@ -424,7 +424,7 @@ struct { \
#define AST_LIST_REMOVE(head, elm, field) do { \
if ((head)->first == (elm)) { \
(head)->first = (elm)->field.next; \
if ((head)->last = (elm)) \
if ((head)->last == (elm)) \
(head)->last = NULL; \
} else { \
typeof(elm) curelm = (head)->first; \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment