diff src/protocols/oscar/oscar.c @ 8980:382bbf503c3d

[gaim-migrate @ 9755] whitespace committer: Tailor Script <tailor@pidgin.im>
author Tim Ringenbach <marv@pidgin.im>
date Wed, 19 May 2004 22:26:57 +0000
parents 8e69a730885c
children a4fd6666bb83
line wrap: on
line diff
--- a/src/protocols/oscar/oscar.c	Wed May 19 04:44:36 2004 +0000
+++ b/src/protocols/oscar/oscar.c	Wed May 19 22:26:57 2004 +0000
@@ -1252,7 +1252,7 @@
 			gaim_notify_error(gc, NULL, "DirectIM already open.", NULL);
 			g_free(data->who);
 			g_free(data);
-	return;
+			return;
 		}
 	}
 	dim = g_new0(struct oscar_direct_im, 1);