Renaming variable.

This commit is contained in:
Nicolás Ortega Froysa 2017-09-23 12:17:08 +02:00
parent bcb01f256d
commit b330df5a8d
No known key found for this signature in database
GPG Key ID: FEC70E3BAE2E69BF

View File

@ -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.
};
/**