summaryrefslogtreecommitdiffstats
path: root/m_option.h
diff options
context:
space:
mode:
Diffstat (limited to 'm_option.h')
-rw-r--r--m_option.h2
1 files changed, 1 insertions, 1 deletions
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