From b330df5a8d4727d1cd77eca7bb8b09c86e3dc6ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Ortega=20Froysa?= Date: Sat, 23 Sep 2017 12:17:08 +0200 Subject: [PATCH] Renaming variable. --- include/neocomm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/neocomm.h b/include/neocomm.h index f95d389..c69ed15 100644 --- a/include/neocomm.h +++ b/include/neocomm.h @@ -45,7 +45,7 @@ struct message { const char *msg; ///< The text message. time_t sent; ///< The time it was sent. time_t received; ///< The time it was received. - struct user peer; ///< Info on the peer who sent the message. + struct user from; ///< Info on the peer who sent the message. }; /**