1
0
mirror of https://github.com/anope/anope.git synced 2026-07-08 01:23:14 +02:00

Fixed some warnings

This commit is contained in:
Adam
2010-10-11 15:37:39 -04:00
parent 0ac77d0e42
commit 717c123441
16 changed files with 64 additions and 62 deletions
+1 -1
View File
@@ -296,7 +296,7 @@ void memo_send(User *u, const Anope::string &name, const Anope::string &text, in
* @param num Memo number to delete
* @return int 1 if the memo was found, else 0.
*/
bool delmemo(MemoInfo *mi, int num)
bool delmemo(MemoInfo *mi, unsigned num)
{
if (mi->memos.empty())
return false;