From 6a3f12be67f70f07d3ae93edfd7b14c02c61f68f Mon Sep 17 00:00:00 2001 From: cbdev Date: Fri, 2 Jul 2021 00:24:25 +0200 Subject: Restructure core data structures --- core/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/config.h') diff --git a/core/config.h b/core/config.h index 80e8fff..21b3a9e 100644 --- a/core/config.h +++ b/core/config.h @@ -52,6 +52,6 @@ typedef struct /*_mm_config_override*/ { /* Internal API */ void config_free(); -/* Frontent API */ +/* Frontend API */ int config_read(char* file); int config_add_override(override_type type, char* data); -- cgit v1.2.3