summaryrefslogtreecommitdiffstats
path: root/cfgparser.c
diff options
context:
space:
mode:
Diffstat (limited to 'cfgparser.c')
-rw-r--r--cfgparser.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/cfgparser.c b/cfgparser.c
index f405bf7095..29725f24b2 100644
--- a/cfgparser.c
+++ b/cfgparser.c
@@ -160,6 +160,9 @@ static int read_option(char *opt, char *param)
return ERR_FUNC_ERR;
need_param = 0;
break;
+ case CONF_TYPE_PRINT:
+ printf("%s", (char *) config[i].p);
+ exit(1);
default:
printf("picsaba\n");
break;