diff plugins/tcl/tcl.c @ 6735:b0913ab92893

[gaim-migrate @ 7267] This is some compile warning cleanup stuff. I tried compiling with CFLAGS="-ansi -ggdb -pedantic -Wall" It's fun. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Thu, 04 Sep 2003 03:50:22 +0000
parents 2d2f04c5c7d2
children 0408e93c8a72
line wrap: on
line diff
--- a/plugins/tcl/tcl.c	Thu Sep 04 02:17:23 2003 +0000
+++ b/plugins/tcl/tcl.c	Thu Sep 04 03:50:22 2003 +0000
@@ -363,4 +363,4 @@
 	tcl_loader_info.exts = g_list_append(tcl_loader_info.exts, "tcl");
 }
 
-GAIM_INIT_PLUGIN(tcl, tcl_init_plugin, tcl_info);
+GAIM_INIT_PLUGIN(tcl, tcl_init_plugin, tcl_info)