From bc01e227b5831df0d4f88f4c11ebc2b6968d2535 Mon Sep 17 00:00:00 2001 From: cancel Date: Tue, 14 Jan 2020 18:14:38 +0900 Subject: [PATCH] Cleanup --- sysmisc.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sysmisc.h b/sysmisc.h index dc33732..641ba7c 100644 --- a/sysmisc.h +++ b/sysmisc.h @@ -105,4 +105,5 @@ typedef struct { } Ezconf_read; void ezconf_read_start(Ezconf_read *ezcr); -bool ezconf_read_step(Ezconf_read *ezcr, char const *const*names, Usz nameslen); +bool ezconf_read_step(Ezconf_read *ezcr, char const *const *names, + Usz nameslen);