From fa41863b03bbf67a7ad4edad9328b0cdc48e497b Mon Sep 17 00:00:00 2001 From: gramanas Date: Thu, 4 Oct 2018 01:20:13 +0300 Subject: store configs in subfolders and error/logging infrastructure --- src/confparser.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/confparser.h') diff --git a/src/confparser.h b/src/confparser.h index a07972b..9587318 100644 --- a/src/confparser.h +++ b/src/confparser.h @@ -19,9 +19,8 @@ #include "actionparser.h" #define CONFIG_VARIABLES_TABLE \ - X(VC_dir, " version_control_dir = %s ", "Version Control directory") \ - X(SCRT_dir, " secret_dir = %s " , "Secret directory") - + X(vc_dir, " version_control_dir = %s ", "Version Control directory") \ + X(scrt_dir, " secret_dir = %s " , "Secret directory") typedef enum ConfingVariables ConfVar; enum ConfingVariables { -- cgit v1.2.3