Eliminate warning.
authorMatt Kraai <kraai@debian.org>
Tue, 20 Nov 2001 16:00:19 +0000 (16:00 -0000)
committerMatt Kraai <kraai@debian.org>
Tue, 20 Nov 2001 16:00:19 +0000 (16:00 -0000)
editors/sed.c

index 8061964..7f76584 100644 (file)
@@ -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;