From 20acd250c5c5b787e7a7226759752c5905eef13d Mon Sep 17 00:00:00 2001 From: albeu Date: Tue, 12 Nov 2002 12:39:05 +0000 Subject: Fix the Gui with NEW_CONFIG git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8169 b3059339-0415-0410-9bf9-f77b7e298cf2 --- m_option.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'm_option.h') diff --git a/m_option.h b/m_option.h index bd71818137..1b0c4cde62 100644 --- a/m_option.h +++ b/m_option.h @@ -190,7 +190,7 @@ m_option_print(m_option_t* opt, void* val_ptr) { if(opt->type->print) return opt->type->print(opt,val_ptr); else - return NULL; + return (char*)-1; } inline static void -- cgit v1.2.3