mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
More TIFF logic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3965 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
+1
-1
@@ -170,7 +170,7 @@ int mq_send(mqd_t mqdes, const void *msg, size_t msglen, int prio)
|
|||||||
|
|
||||||
if (mqmsg)
|
if (mqmsg)
|
||||||
{
|
{
|
||||||
/* Yes, peforrm the message send. */
|
/* Yes, perform the message send. */
|
||||||
|
|
||||||
ret = mq_dosend(mqdes, mqmsg, msg, msglen, prio);
|
ret = mq_dosend(mqdes, mqmsg, msg, msglen, prio);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user