diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-10-26 13:38:13 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-10-26 13:38:13 +0200 |
commit | e3be4a0e0abfe0368aba0b03c2ec59af8385ef3a (patch) | |
tree | bb988ce83237fb6ea0ec0f0e2b29dee684389aa1 /plugins/upd | |
parent | 46b0fe70ebc83500c5c2adbc124fbfb4d065d963 (diff) |
Eliminate some more plugin warnings
Diffstat (limited to 'plugins/upd')
-rw-r--r-- | plugins/upd/upd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/upd/upd.c b/plugins/upd/upd.c index 0c4c3e52..d7cabe59 100644 --- a/plugins/upd/upd.c +++ b/plugins/upd/upd.c @@ -32,7 +32,7 @@ static xchat_plugin *ph; /* plugin handle */ static char name[] = "Update Checker"; static char desc[] = "Check for HexChat updates automatically"; static char version[] = "4.0"; -static char upd_help[] = "Update Checker Usage:\n /UPDCHK, check for HexChat updates\n /UPDCHK SET delay|format, set startup delay or check frequency\n"; +static const char upd_help[] = "Update Checker Usage:\n /UPDCHK, check for HexChat updates\n /UPDCHK SET delay|format, set startup delay or check frequency\n"; static char* check_version () |