core: added missing semicolon in header

dev/timer
Oleg Hahm 8 years ago
parent cbbc2d9937
commit e75d9505ae

@ -219,7 +219,7 @@ int msg_reply(msg_t *m, msg_t *reply);
* @return 1, if successful
* @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.

Loading…
Cancel
Save