From abb447c32abdea467374edc30704818dd2883da7 Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Thu, 30 Apr 2009 14:20:07 +0100 Subject: [PATCH] Correction to 366a86fb6097ab0f704443f0a6ae2addbc3745d5: The code in fish/completion.c is generated, so update the generator instead. --- src/generator.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/generator.ml b/src/generator.ml index 40ffc06..d680d42 100755 --- a/src/generator.ml +++ b/src/generator.ml @@ -3904,7 +3904,7 @@ and generate_fish_completion () = #ifdef HAVE_LIBREADLINE -static const char *commands[] = { +static const char *const commands[] = { "; (* Get the commands and sort them, including the aliases. *) -- 1.8.3.1