From 260d31fa7bb75b7546762b19bf626b71cb4c1988 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20Beauz=C3=A9e-Luyssen?= Date: Tue, 21 Oct 2014 16:51:26 +0200 Subject: [PATCH] rc: Fix invalid returned value --- modules/control/rc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/control/rc.c b/modules/control/rc.c index 2733870a2f..365c40e46b 100644 --- a/modules/control/rc.c +++ b/modules/control/rc.c @@ -482,7 +482,7 @@ static void *Run( void *data ) if( p_intf->p_sys->hConsoleIn == INVALID_HANDLE_VALUE ) { msg_Err( p_intf, "couldn't find user input handle" ); - return; + return NULL; } #endif