diff options
Diffstat (limited to 'protocols/msn/msn.h')
| -rw-r--r-- | protocols/msn/msn.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/protocols/msn/msn.h b/protocols/msn/msn.h index 1cb96a93..9727c537 100644 --- a/protocols/msn/msn.h +++ b/protocols/msn/msn.h @@ -66,7 +66,7 @@ struct msn_data  	GSList *msgq;  	GSList *switchboards;  	int buddycount; -	struct msn_away_state *away_state; +	const struct msn_away_state *away_state;  };  struct msn_switchboard | 
