From 0c390a76fe70ff6ae81dbb0728b7b9d29e0e3caf Mon Sep 17 00:00:00 2001 From: Matt Kraai Date: Tue, 20 Nov 2001 16:00:19 +0000 Subject: Eliminate warning. --- editors/sed.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editors') diff --git a/editors/sed.c b/editors/sed.c index 8061964ee..7f765842c 100644 --- a/editors/sed.c +++ b/editors/sed.c @@ -106,7 +106,7 @@ static int ncmds = 0; /* number of sed commands */ const char * const semicolon_whitespace = "; \n\r\t\v\0"; #ifdef CONFIG_FEATURE_CLEAN_UP -static void destroy_cmd_strs() +static void destroy_cmd_strs(void) { if (sed_cmds == NULL) return; -- cgit v1.2.3