Renaming variable.
This commit is contained in:
parent
bcb01f256d
commit
b330df5a8d
@ -45,7 +45,7 @@ struct message {
|
|||||||
const char *msg; ///< The text message.
|
const char *msg; ///< The text message.
|
||||||
time_t sent; ///< The time it was sent.
|
time_t sent; ///< The time it was sent.
|
||||||
time_t received; ///< The time it was received.
|
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.
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user