mirror of
https://github.com/rkd77/elinks.git
synced 2025-05-18 00:48:57 -04:00
Make msg_dsc[] static const.
This commit is contained in:
parent
68b069a657
commit
543b0f6768
@ -22,7 +22,8 @@
|
|||||||
struct s_msg_dsc {
|
struct s_msg_dsc {
|
||||||
int n;
|
int n;
|
||||||
unsigned char *msg;
|
unsigned char *msg;
|
||||||
} msg_dsc[] = {
|
};
|
||||||
|
static const struct s_msg_dsc msg_dsc[] = {
|
||||||
{S_WAIT, N_("Waiting in queue")},
|
{S_WAIT, N_("Waiting in queue")},
|
||||||
{S_DNS, N_("Looking up host")},
|
{S_DNS, N_("Looking up host")},
|
||||||
{S_CONN, N_("Making connection")},
|
{S_CONN, N_("Making connection")},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user