1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-27 13:26:38 +02:00

Fix typo in Plugin API Reference

This commit is contained in:
Sebastien Helleu
2009-09-02 16:42:29 +02:00
parent 6a327227ce
commit 5c4077f184
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -6051,7 +6051,7 @@ Prototype:
[source,C]
----------------------------------------
struct t_gui_bar_item *weechat_bar_search (const char *name);
struct t_gui_bar *weechat_bar_search (const char *name);
----------------------------------------
Arguments:
+1 -1
View File
@@ -6165,7 +6165,7 @@ Prototype :
[source,C]
----------------------------------------
struct t_gui_bar_item *weechat_bar_search (const char *name);
struct t_gui_bar *weechat_bar_search (const char *name);
----------------------------------------
Paramètres :