From 11a2bf0878404c8c6d8c01424218da49237b880a Mon Sep 17 00:00:00 2001 From: irungentoo Date: Sat, 13 Jul 2013 18:20:58 -0400 Subject: Fixed 2 small mistakes present in the last pull request. --- core/Messenger.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/Messenger.h') diff --git a/core/Messenger.h b/core/Messenger.h index 679df989..95d1d28e 100644 --- a/core/Messenger.h +++ b/core/Messenger.h @@ -53,7 +53,7 @@ int getfriend_id(uint8_t * client_id); //make sure that client_id is of size CLIENT_ID_SIZE. //returns 0 if success //return -1 if failure. -int getclient_id(int friend_id, uint8_t * client_id) +int getclient_id(int friend_id, uint8_t * client_id); //remove a friend int m_delfriend(int friendnumber); -- cgit v1.2.3