1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-20 18:14:46 +02:00

Many changes in doc

This commit is contained in:
Sebastien Helleu
2008-09-05 18:52:59 +02:00
parent e43dd39646
commit ae612a811b
112 changed files with 15244 additions and 1079 deletions
+2 -2
View File
@@ -440,13 +440,13 @@ weechat_python_load (const char *filename)
* weechat_python_load_cb: callback for script_auto_load() function
*/
int
void
weechat_python_load_cb (void *data, const char *filename)
{
/* make C compiler happy */
(void) data;
return weechat_python_load (filename);
weechat_python_load (filename);
}
/*