From 48edaa10898a8879083819f601a5a86606bd19fa Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Fri, 17 May 2013 16:44:02 +0200 Subject: [PATCH] mic plugin: Fix indentation issue. --- src/mic.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/mic.c b/src/mic.c index ec92c8be..570da51b 100644 --- a/src/mic.c +++ b/src/mic.c @@ -398,7 +398,9 @@ static int mic_read (void) static int mic_shutdown (void) { if (mic_handle) - MicCloseAPI(&mic_handle); + MicCloseAPI(&mic_handle); + mic_handle = NULL; + return (0); } -- 2.30.2