diff src/gtknotify.c @ 9800:cc68a8c6e741

[gaim-migrate @ 10668] I rather dislike that gc is used implicitly as the handle. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sat, 21 Aug 2004 05:12:23 +0000
parents 62eb9fe24692
children 7570908c558f
line wrap: on
line diff
--- a/src/gtknotify.c	Sat Aug 21 04:11:49 2004 +0000
+++ b/src/gtknotify.c	Sat Aug 21 05:12:23 2004 +0000
@@ -394,8 +394,8 @@
 						 const char *secondary, const char *text,
 						 GCallback cb, void *user_data)
 {
-	return (gaim_gtk_notify_formatted(title, primary, secondary,
-									  text, cb, user_data));
+	return gaim_gtk_notify_formatted(title, primary, secondary,
+									  text, cb, user_data);
 }
 
 static void