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/FileCommands.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/command/FileCommands.hxx') diff --git a/src/command/FileCommands.hxx b/src/command/FileCommands.hxx index 51467a009..62835a82c 100644 --- a/src/command/FileCommands.hxx +++ b/src/command/FileCommands.hxx @@ -28,6 +28,6 @@ CommandResult handle_listfiles_local(Client &client, const char *path_utf8); CommandResult -handle_read_comments(Client &client, int argc, char *argv[]); +handle_read_comments(Client &client, unsigned argc, char *argv[]); #endif -- cgit v1.2.3