aboutsummaryrefslogtreecommitdiffstats
path: root/lib/oauth.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/oauth.c')
-rw-r--r--lib/oauth.c2
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 )
{