Renaming variable.
This commit is contained in:
		@@ -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.
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/**
 | 
					/**
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user