This commit is contained in:
2021-04-08 22:28:44 +02:00
parent 9e881b6a16
commit c1f4ae08fb
3 changed files with 3 additions and 3 deletions

View File

@ -373,7 +373,7 @@ ReturnValue_t MessageQueue::sendMessageFromMessageQueue(MessageQueueId_t sendTo,
<<"mq_send to: " << sendTo << " sent from "
<< sentFrom << std::endl;
#endif
return DESTINVATION_INVALID;
return DESTINATION_INVALID;
}
case EINTR:
//The call was interrupted by a signal.