diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/oauth.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lib/oauth.c b/lib/oauth.c index 23353c61..4d7acd97 100644 --- a/lib/oauth.c +++ b/lib/oauth.c @@ -134,7 +134,7 @@ void oauth_params_del( GSList **params, const char *key )  	GSList *l, *n;  	if( params == NULL ) -		return NULL; +		return;  	for( l = *params; l; l = n )  	{ | 
