diff src/protocols/napster/napster.c @ 10816:c94f40ffcafb

[gaim-migrate @ 12471] rlaager reverted objectionable spacing changes committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Mon, 11 Apr 2005 15:26:51 +0000
parents d087e928ffd1
children 3e43c132f151
line wrap: on
line diff
--- a/src/protocols/napster/napster.c	Mon Apr 11 15:00:30 2005 +0000
+++ b/src/protocols/napster/napster.c	Mon Apr 11 15:26:51 2005 +0000
@@ -252,7 +252,7 @@
 		int tmp = read(source, buf + i, len - i);
 		if (tmp <= 0) {
 			g_free(buf);
-			buf = g_strdup_printf(_("Unable to read message from server: %s. Command is %hd, length is %hd."), strerror(errno), len, command);
+			buf = g_strdup_printf(_("Unable to read message from server: %s.  Command is %hd, length is %hd."), strerror(errno), len, command); 
 			gaim_connection_error(gc, buf);
 			g_free(buf);
 			return;