Skip to content

Commit a2f5a6e

Browse files
author
YiFan
committedApr 15, 2013
Update alog_mq.c
1 parent 5e08efc commit a2f5a6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎alog_mq.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ void alog_mq_pop(alog_mq_t *mq, alog_mq_msg_t **mq_msg)
108108
{
109109
alog_mq_msg_t *msg;
110110

111-
if (mq == NULL || (*mq_msg) == NULL) {
111+
if (mq == NULL) {
112112
return;
113113
}
114114

0 commit comments

Comments
 (0)
Please sign in to comment.