1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-06 17:53:13 +02:00

doc: fix typo in return value of function weechat_list_prev (plugin API reference)

This commit is contained in:
Sebastien Helleu
2013-12-29 10:20:36 +01:00
parent cc80730de7
commit c16dd6dcde
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -2969,7 +2969,7 @@ Arguments:
Return value:
* pointer to previous item, NULL if pointer was last item in list
* pointer to previous item, NULL if pointer was first item in list
C example:
+2 -2
View File
@@ -2971,8 +2971,8 @@ Argomenti:
Valore restituito:
* puntatore all'elemento precedente, NULL se il puntatore è
l'ultimo elemento nella lista
// TRANSLATION MISSING
* pointer to previous item, NULL if pointer was first item in list
Esempio in C: