comparison libpurple/protocols/oscar/oscar.c @ 15576:a7b4a4c2cfcf

typo fix
author Sean Egan <seanegan@gmail.com>
date Mon, 05 Feb 2007 22:16:35 +0000
parents 84b3ab83df35
children a2411e8dbe2d
comparison
equal deleted inserted replaced
15575:cea917eed4db 15576:a7b4a4c2cfcf
5440 if (userinfo->flags & AIM_FLAG_ADMINISTRATOR) 5440 if (userinfo->flags & AIM_FLAG_ADMINISTRATOR)
5441 return "admin"; 5441 return "admin";
5442 if (userinfo->flags & AIM_FLAG_ACTIVEBUDDY) 5442 if (userinfo->flags & AIM_FLAG_ACTIVEBUDDY)
5443 return "bot"; 5443 return "bot";
5444 if (userinfo->flags & AIM_FLAG_AOL) 5444 if (userinfo->flags & AIM_FLAG_AOL)
5445 return "aolclient"; 5445 return "aol-client";
5446 if (userinfo->capabilities & OSCAR_CAPABILITY_SECUREIM) 5446 if (userinfo->capabilities & OSCAR_CAPABILITY_SECUREIM)
5447 return "secure"; 5447 return "secure";
5448 } 5448 }
5449 return NULL; 5449 return NULL;
5450 } 5450 }