From 7a33c4e201783acb7d5bdd07bbccf921940b332c Mon Sep 17 00:00:00 2001 From: Federico Angelilli Date: Mon, 18 Nov 2024 23:45:47 +0100 Subject: Use format for fs --- src/format.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/format.h') diff --git a/src/format.h b/src/format.h index 93391ec..8f8eafc 100644 --- a/src/format.h +++ b/src/format.h @@ -19,7 +19,7 @@ typedef struct { bool format_init(format_t *format, const char *string, char delim); -bool format_remark(format_t *format, const char *label, const format_pair_t *pairs); +int format_remark(format_t *format, const char *label, const format_pair_t *pairs); void format_free(format_t *format); -- cgit v1.2.3