From 2da0322329643512fdef2131b3e8666989dd8f26 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 28 Feb 2014 22:13:34 +0100 Subject: command: make argc unsigned --- src/command/StickerCommands.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/command/StickerCommands.hxx') diff --git a/src/command/StickerCommands.hxx b/src/command/StickerCommands.hxx index ab8ac0db1..cf46cd034 100644 --- a/src/command/StickerCommands.hxx +++ b/src/command/StickerCommands.hxx @@ -25,6 +25,6 @@ class Client; CommandResult -handle_sticker(Client &client, int argc, char *argv[]); +handle_sticker(Client &client, unsigned argc, char *argv[]); #endif -- cgit v1.2.3