diff src/protocols/napster/napster.c @ 10812:d087e928ffd1

[gaim-migrate @ 12465] " A variety of spacing normalization I've done as I've navigated the source making other changes. The specific changes should be uncontroversial. I'm submitting these to shrink the deltas between my local tree and the CVS source. If spacing changes are unwelcome as a general rule, let me know." --rlaager I said not to do this sort of patch often. also a spelling fix. committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Mon, 11 Apr 2005 04:32:26 +0000
parents bf5e48215158
children c94f40ffcafb
line wrap: on
line diff
--- a/src/protocols/napster/napster.c	Mon Apr 11 04:07:50 2005 +0000
+++ b/src/protocols/napster/napster.c	Mon Apr 11 04:32:26 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;