Mercurial > pidgin
diff src/protocols/msn/utils.c @ 11897:a1aa681f1448
[gaim-migrate @ 14188]
Make some things static and make msn disconnect errors slightly less geeky
committer: Tailor Script <tailor@pidgin.im>
| author | Stu Tomlinson <stu@nosnilmot.com> |
|---|---|
| date | Sun, 30 Oct 2005 16:59:25 +0000 |
| parents | 6932df31225f |
| children | bc249de5ea02 |
line wrap: on
line diff
--- a/src/protocols/msn/utils.c Sat Oct 29 21:11:07 2005 +0000 +++ b/src/protocols/msn/utils.c Sun Oct 30 16:59:25 2005 +0000 @@ -130,7 +130,7 @@ * We need this because we're only supposed to encode spaces in the font * names. gaim_url_encode() isn't acceptable. */ -const char * +static const char * encode_spaces(const char *str) { static char buf[BUF_LEN];
