aboutsummaryrefslogtreecommitdiff
path: root/src/format.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/format.h')
-rw-r--r--src/format.h2
1 files changed, 1 insertions, 1 deletions
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);