From 75348aad7cbddb9ef736a0ecca9e3ddfb8b75f8d Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 17 Sep 2008 12:29:07 +0200 Subject: make several functions return void --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index d54fd3717..c2d752ffb 100644 --- a/src/main.c +++ b/src/main.c @@ -113,7 +113,7 @@ exit_and_cleanup(void) if( mpd ) { mpdclient_disconnect(mpd); - mpd = mpdclient_free(mpd); + mpdclient_free(mpd); } g_free(options.host); g_free(options.password); -- cgit v1.2.3