Mercurial > pidgin.yaz
changeset 17730:647bfc2b2a7b
Where did ekse come from?
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Tue, 05 Jun 2007 12:48:22 +0000 |
parents | 0a4238600947 |
children | 5d52c1763eb9 3aafa9d3119c 85440932397b |
files | libpurple/util.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/util.c Tue Jun 05 12:04:09 2007 +0000 +++ b/libpurple/util.c Tue Jun 05 12:48:22 2007 +0000 @@ -2663,7 +2663,7 @@ else if (!strncmp((char *)data, "MM", 2) || !strncmp((char *)data, "II", 2)) return "tif"; - ekse if (!strncmp((char *)data, "BM", 2)) + else if (!strncmp((char *)data, "BM", 2)) return "bmp"; }