1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

core: added missing semicolon in header

This commit is contained in:
Oleg Hahm 2015-03-05 17:08:52 +01:00
parent cbbc2d9937
commit e75d9505ae

View File

@ -219,7 +219,7 @@ int msg_reply(msg_t *m, msg_t *reply);
* @return 1, if successful * @return 1, if successful
* @return -1, on error * @return -1, on error
*/ */
int msg_reply_int(msg_t *m, msg_t *reply) int msg_reply_int(msg_t *m, msg_t *reply);
/** /**
* @brief Initialize the current thread's message queue. * @brief Initialize the current thread's message queue.