From: Eric W. <war...@us...> - 2001-12-12 23:45:20
|
Update of /cvsroot/gaim/gaim/src/protocols/yahoo In directory usw-pr-cvs1:/tmp/cvs-serv9598 Modified Files: yahoo.c Log Message: they use incredibly stupid formatting at work Index: yahoo.c =================================================================== RCS file: /cvsroot/gaim/gaim/src/protocols/yahoo/yahoo.c,v retrieving revision 1.26 retrieving revision 1.27 diff -u -d -r1.26 -r1.27 --- yahoo.c 2001/12/12 12:58:37 1.26 +++ yahoo.c 2001/12/12 23:45:17 1.27 @@ -777,8 +777,8 @@ return "Stepped Out"; case YAHOO_STATUS_INVISIBLE: return "Invisible"; - default: - return "Online"; + default: + return "Online"; } } |