mirror of
https://github.com/weechat/weechat.git
synced 2026-06-26 04:46:37 +02:00
Use of const for some functions returning "char *"
This commit is contained in:
@@ -114,7 +114,7 @@ plugin_search (const char *name)
|
||||
* plugin_get_name: get name of plugin with a pointer
|
||||
*/
|
||||
|
||||
char *
|
||||
const char *
|
||||
plugin_get_name (struct t_weechat_plugin *plugin)
|
||||
{
|
||||
static char *plugin_core = PLUGIN_CORE;
|
||||
|
||||
Reference in New Issue
Block a user