X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=random_selector.c;h=bcbdae692b09269d46ffb370be6a139fab8540f5;hp=36d4d5807ffe8416c6c6cf271ee285c8f08d581f;hb=a08d65fa0cbc5f79632be742b818f621f3dc48d0;hpb=cb6d1dfb9e4067229a4bbde0abd05784d97ef14b 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");