src/account.c

changeset 10443
aa7dcc1c796a
parent 10429
cc2f5ab7ed77
child 10447
887380ec66f5
--- a/src/account.c	Tue Dec 28 17:38:03 2004 +0000
+++ b/src/account.c	Tue Dec 28 19:11:15 2004 +0000
@@ -257,8 +257,9 @@
 
 	if (!accounts_loaded)
 	{
-		gaim_debug_error("accounts", "Attempted to save accounts before they "
-						 "were read!\n");
+		gaim_debug_error("accounts", "Attempted to save accounts before "
+						 "they were read!\n");
+		return;
 	}
 
 	node = accounts_to_xmlnode();

mercurial