aboutsummaryrefslogtreecommitdiff
path: root/editors/sed.c
diff options
context:
space:
mode:
authorkraai <kraai@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-11-20 16:00:19 +0000
committerkraai <kraai@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-11-20 16:00:19 +0000
commit83874dd8766c2b1676b9c6dce192f363bb7aefe8 (patch)
tree4405237e5cf1f028740dfd97e3c47e5166126fb1 /editors/sed.c
parent9566560333e039c8eed4b2fd56322840c50186dc (diff)
downloadbusybox-w32-83874dd8766c2b1676b9c6dce192f363bb7aefe8.tar.gz
busybox-w32-83874dd8766c2b1676b9c6dce192f363bb7aefe8.tar.bz2
busybox-w32-83874dd8766c2b1676b9c6dce192f363bb7aefe8.zip
Eliminate warning.
git-svn-id: svn://busybox.net/trunk/busybox@3758 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'editors/sed.c')
-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 */
106const char * const semicolon_whitespace = "; \n\r\t\v\0"; 106const char * const semicolon_whitespace = "; \n\r\t\v\0";
107 107
108#ifdef CONFIG_FEATURE_CLEAN_UP 108#ifdef CONFIG_FEATURE_CLEAN_UP
109static void destroy_cmd_strs() 109static void destroy_cmd_strs(void)
110{ 110{
111 if (sed_cmds == NULL) 111 if (sed_cmds == NULL)
112 return; 112 return;