diff options
author | stal <stal@pyboard.net> | 2013-08-07 22:58:39 -0700 |
---|---|---|
committer | stal <stal@pyboard.net> | 2013-08-07 22:58:39 -0700 |
commit | 0e03b049d8180d63b988e82f2be0567f32a8b5df (patch) | |
tree | 9c9598284839ddcde0b929daca1a1122059f247a /core | |
parent | 67c2b9fffd6d3ff12215d5cff82fb4b2c92739d4 (diff) |
Reinstate semicolon
Diffstat (limited to 'core')
-rw-r--r-- | core/Messenger.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Messenger.h b/core/Messenger.h index 634b1c8b..3a9a56df 100644 --- a/core/Messenger.h +++ b/core/Messenger.h | |||
@@ -190,7 +190,7 @@ void m_callback_statusmessage(void (*function)(int, uint8_t *, uint16_t)); | |||
190 | 190 | ||
191 | /* set the callback for status type changes | 191 | /* set the callback for status type changes |
192 | function(int friendnumber, USERSTATUS kind) */ | 192 | function(int friendnumber, USERSTATUS kind) */ |
193 | void m_callback_userstatus(void (*function)(int, USERSTATUS)) | 193 | void m_callback_userstatus(void (*function)(int, USERSTATUS)); |
194 | 194 | ||
195 | /* set the callback for read receipts | 195 | /* set the callback for read receipts |
196 | function(int friendnumber, uint32_t receipt) | 196 | function(int friendnumber, uint32_t receipt) |