aboutsummaryrefslogtreecommitdiff
path: root/include/config.h
diff options
context:
space:
mode:
authorRaghuram Subramani <raghus2247@gmail.com>2025-07-26 15:21:43 +0530
committerRaghuram Subramani <raghus2247@gmail.com>2025-07-26 15:21:43 +0530
commit5e1e5ec7b82f9925556966c28aeb2b71d0813328 (patch)
treebb1d5b14ed7598d79c9306110e13a6553bc55acf /include/config.h
parentc514b27d48acc80f93defb540018bf2c4e00bf20 (diff)
config: change delimiter
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h2
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);