diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2004-11-07 18:00:30 -0500 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2004-11-07 18:00:30 -0500 |
commit | b52ca53f448d0f9c01708a6ce2b03be3a71d3993 (patch) | |
tree | ef7406c859d566bc94cd1a77e9d5b4d539c64436 /src/LYEditmap.c | |
parent | 1c6757afa67bdaba78ca9d902165126e54bd8061 (diff) | |
download | lynx-snapshots-b52ca53f448d0f9c01708a6ce2b03be3a71d3993.tar.gz |
snapshot of project "lynx", label v2-8-6dev_8
Diffstat (limited to 'src/LYEditmap.c')
-rw-r--r-- | src/LYEditmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/LYEditmap.c b/src/LYEditmap.c index f5573071..2b30e1c7 100644 --- a/src/LYEditmap.c +++ b/src/LYEditmap.c @@ -940,7 +940,7 @@ LYEditCode *LYLineEditors[] = * Add the name that the user will see below. * The order of LYLineEditors and LYLineditNames MUST be the same. */ -char *LYLineeditNames[] = +const char *LYLineeditNames[] = { "Default Binding", #ifdef EXP_ALT_BINDINGS |