diff options
Diffstat (limited to 'protocols/nogaim.h')
-rw-r--r-- | protocols/nogaim.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/nogaim.h b/protocols/nogaim.h index b2ae2cae..4cba2174 100644 --- a/protocols/nogaim.h +++ b/protocols/nogaim.h @@ -268,7 +268,7 @@ struct prpl { * bee_chat_list_finish() function gets called at some point * after the chat list is completely updated. */ - void (*chat_list) (struct im_connection *, const char *server); + void (* chat_list) (struct im_connection *, const char *server); /* Some placeholders so eventually older plugins may cooperate with newer BitlBees. */ void *resv1; |