diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2006-05-19 09:55:53 +0200 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2006-05-19 09:55:53 +0200 |
commit | 41ca004ade77a9c343efbd523dd88deb9231487e (patch) | |
tree | c096c4b6b34898e453dbdc9021262214234f66eb /protocols/nogaim.c | |
parent | ac83732afa83f21915e536c5c6f29f033f8623a3 (diff) | |
parent | 881fd4e3a6d6405e982239e8b315069b724a1d22 (diff) |
Merging from main development tree.
Diffstat (limited to 'protocols/nogaim.c')
-rw-r--r-- | protocols/nogaim.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/protocols/nogaim.c b/protocols/nogaim.c index 06b629a5..4c32cd40 100644 --- a/protocols/nogaim.c +++ b/protocols/nogaim.c @@ -609,7 +609,8 @@ void serv_got_update( struct gaim_connection *gc, char *handle, int loggedin, in return; } - return; + /* Why did we have this here.... + return; */ } oa = u->away != NULL; |