Skip to content
Snippets Groups Projects
Commit 0684e43a authored by antnh6@gmail.com's avatar antnh6@gmail.com
Browse files

fixed typo

parent f845a6b4
No related branches found
No related tags found
1 merge request!16Withtime
......@@ -18,11 +18,11 @@ void Pass();
void Exit();
int Send (int TaskID, void* Msg, int MsgLen, void* Reply, int ReplyLen) {};
int Send (int TaskID, void* Msg, int MsgLen, void* Reply, int ReplyLen);
int Receive (int TaskID, void* Msg, int MsgLen) {};
int Receive (int TaskID, void* Msg, int MsgLen);
int Reply (int TaskID, void* Reply, int ReplyLen) {};
int Reply (int TaskID, void* Reply, int ReplyLen);
#endif
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