aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorMatt Kraai <kraai@debian.org>2001-11-20 16:00:19 +0000
committerMatt Kraai <kraai@debian.org>2001-11-20 16:00:19 +0000
commit0c390a76fe70ff6ae81dbb0728b7b9d29e0e3caf (patch)
tree4405237e5cf1f028740dfd97e3c47e5166126fb1 /editors
parentfd3f1be57f4df6258ba31a34a917da233143336d (diff)
downloadbusybox-0c390a76fe70ff6ae81dbb0728b7b9d29e0e3caf.tar.gz
Eliminate warning.
Diffstat (limited to 'editors')
-rw-r--r--editors/sed.c2
1 files changed, 1 insertions, 1 deletions
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;