aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/purple/purple.c
diff options
context:
space:
mode:
authorMarius Halden <marius.h@lden.org>2016-11-12 10:59:49 +0100
committerMarius Halden <marius.h@lden.org>2016-11-12 10:59:49 +0100
commit6967042e3559d1dc40532660a690deab159146c9 (patch)
treeb8a20619d611d5361bbbcec01e2251ab5cd8c9c7 /protocols/purple/purple.c
parentd54c742b856702377d713b490d07e23facac6288 (diff)
comment in comment broke stuff
Diffstat (limited to 'protocols/purple/purple.c')
-rw-r--r--protocols/purple/purple.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/purple/purple.c b/protocols/purple/purple.c
index ce3c1f97..1a48b31c 100644
--- a/protocols/purple/purple.c
+++ b/protocols/purple/purple.c
@@ -1754,7 +1754,7 @@ void purple_initmodule()
/*if (g_strcasecmp(prot->info->id, "prpl-aim") == 0) {
ret = g_memdup(&funcs, sizeof(funcs));
ret->name = "oscar";
- /* purple_get_account_prpl_id() determines the actual protocol ID (icq/aim) */
+ / * purple_get_account_prpl_id() determines the actual protocol ID (icq/aim) * /
ret->data = NULL;
register_protocol(ret);
}*/