diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2023-07-14 09:53:19 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2023-07-14 09:53:19 +0200 |
commit | eb71be42194b7387f8706cabf3584e2a00deb495 (patch) | |
tree | 151045f43277bf6dbbe7a22139a2b8f5488f512f /doc/en | |
parent | 8cd13ef58089c6b15bdc4e45c8ac8b2666bd7c9d (diff) | |
download | weechat-eb71be42194b7387f8706cabf3584e2a00deb495.zip |
doc/api: fix return value in case of error in function hdata_get_var_offset
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/weechat_plugin_api.en.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/en/weechat_plugin_api.en.adoc b/doc/en/weechat_plugin_api.en.adoc index ac6b91643..9e4f8b8a3 100644 --- a/doc/en/weechat_plugin_api.en.adoc +++ b/doc/en/weechat_plugin_api.en.adoc @@ -17679,7 +17679,7 @@ Arguments: Return value: -* variable offset, 0 if an error occurred +* variable offset, -1 if an error occurred C example: |