diff options
author | Richard Jones <rjones@redhat.com> | 2009-04-30 14:20:07 +0100 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2009-04-30 14:20:07 +0100 |
commit | abb447c32abdea467374edc30704818dd2883da7 (patch) | |
tree | 17fd0fde0074fc51609d4e9931cc2da21f9652c0 /src | |
parent | 366a86fb6097ab0f704443f0a6ae2addbc3745d5 (diff) | |
download | libguestfs-abb447c32abdea467374edc30704818dd2883da7.tar.gz libguestfs-abb447c32abdea467374edc30704818dd2883da7.tar.xz libguestfs-abb447c32abdea467374edc30704818dd2883da7.zip |
Correction to 366a86fb6097ab0f704443f0a6ae2addbc3745d5:
The code in fish/completion.c is generated, so update the generator instead.
Diffstat (limited to 'src')
-rwxr-xr-x | src/generator.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/generator.ml b/src/generator.ml index 40ffc064..d680d424 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. *) |