diff plugins/spellchk.c @ 5587:1c55b1540e18

[gaim-migrate @ 5991] The rest of the plugins compile. Well, the default ones. notify.c is no longer compiled by default. I don't know for sure what we're doing with this, but I didn't want to fix it :) committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sat, 31 May 2003 06:59:58 +0000
parents 2c4c975620f0
children 059d95c67cda
line wrap: on
line diff
--- a/plugins/spellchk.c	Sat May 31 06:50:47 2003 +0000
+++ b/plugins/spellchk.c	Sat May 31 06:59:58 2003 +0000
@@ -38,7 +38,7 @@
 static void substitute(char **, int, int, const char *);
 static GtkListStore *model;
 
-static void substitute_words(struct gaim_connection *gc, char *who, char **message, void *m) {
+static void substitute_words(GaimConnection *gc, char *who, char **message, void *m) {
 	int i, l;
 	int word;
 	char *tmp;