diff options
Diffstat (limited to 'src/command/FileCommands.hxx')
-rw-r--r-- | src/command/FileCommands.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 |