diff src/util.c @ 7478:3c21f3084ff0

[gaim-migrate @ 8091] gaim_str_strip_linefeed strips carriage returns.. changing name accordingly. committer: Tailor Script <tailor@pidgin.im>
author Herman Bloggs <hermanator12002@yahoo.com>
date Tue, 11 Nov 2003 20:34:00 +0000
parents 825351e3b01b
children 54b370f7d9bf
line wrap: on
line diff
--- a/src/util.c	Tue Nov 11 19:51:47 2003 +0000
+++ b/src/util.c	Tue Nov 11 20:34:00 2003 +0000
@@ -1516,7 +1516,7 @@
 }
 
 void
-gaim_str_strip_linefeed(char *text)
+gaim_str_strip_cr(char *text)
 {
 	int i, j;
 	char *text2;