diff options
author | Raghuram Subramani <raghus2247@gmail.com> | 2025-07-26 15:21:43 +0530 |
---|---|---|
committer | Raghuram Subramani <raghus2247@gmail.com> | 2025-07-26 15:21:43 +0530 |
commit | 5e1e5ec7b82f9925556966c28aeb2b71d0813328 (patch) | |
tree | bb1d5b14ed7598d79c9306110e13a6553bc55acf /include/config.h | |
parent | c514b27d48acc80f93defb540018bf2c4e00bf20 (diff) |
config: change delimiter
Diffstat (limited to 'include/config.h')
-rw-r--r-- | include/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/config.h b/include/config.h index 035a10c..414e6d6 100644 --- a/include/config.h +++ b/include/config.h @@ -1,7 +1,7 @@ #ifndef __CONFIG_H #define __CONFIG_H -#define DELIM "=>" +#define DELIM "=" void config_parse(char *content); |