# HG changeset patch # User Elliott Sales de Andrade # Date 1281219433 0 # Node ID 6d790bb772ed893abb6f2bccf8ff06666ebb607c # Parent 126317248aaa57834712041af9705f0d52f7b507 Minor typo. diff -r 126317248aaa -r 6d790bb772ed libpurple/protocols/msn/directconn.h --- a/libpurple/protocols/msn/directconn.h Sat Aug 07 19:51:30 2010 +0000 +++ b/libpurple/protocols/msn/directconn.h Sat Aug 07 22:17:13 2010 +0000 @@ -131,7 +131,7 @@ * Creates, initializes, and returns a new MsnDirectConn structure. */ MsnDirectConn * -msn_dc_new(MsnSlpCall *slplink); +msn_dc_new(MsnSlpCall *slpcall); /* * Destroys an MsnDirectConn structure. Frees every buffer allocated earlier