diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 1997-10-06 04:08:00 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 1997-10-06 04:08:00 -0400 |
commit | 1d80538b4b84eadd223c7b61839b950389c2d49d (patch) | |
tree | a46f327e82edb06d8d789b60c3395f873476e040 /src/LYCharSets.h | |
parent | 443226a5ffcf805f6ab3ccbcc2a6b4802793b07d (diff) | |
download | lynx-snapshots-1d80538b4b84eadd223c7b61839b950389c2d49d.tar.gz |
snapshot of project "lynx", label v2-7-1ac_0-76
Diffstat (limited to 'src/LYCharSets.h')
-rw-r--r-- | src/LYCharSets.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/LYCharSets.h b/src/LYCharSets.h index 48a0c53a..ca53bb79 100644 --- a/src/LYCharSets.h +++ b/src/LYCharSets.h @@ -4,7 +4,7 @@ /* LYchar_set_name[current_char_set] points to the currently active set */ extern int current_char_set; -extern CONST char *LYchar_set_names[]; +extern CONST char * LYchar_set_names[]; extern char ** LYCharSets[]; |