X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=random_selector.c;h=bcbdae692b09269d46ffb370be6a139fab8540f5;hb=2cfb78331c33cb74c6abf357e8221604c3c9ec47;hp=36d4d5807ffe8416c6c6cf271ee285c8f08d581f;hpb=19711eb920137434104f561086d6ba79b6af5eae;p=paraslash.git diff --git a/random_selector.c b/random_selector.c index 36d4d580..bcbdae69 100644 --- a/random_selector.c +++ b/random_selector.c @@ -38,7 +38,7 @@ static int remember_file(const char *dir, const char *name) return 1; } -int com_random_info(int fd, __a_unused int argc, __a_unused char *argv[]) +int com_random_info(int fd, __a_unused int argc, __a_unused char * const * const argv) { return send_buffer(fd, "Don't use for huge directories as it is " "very inefficient in this case.\n");