Remove some duplicate const specifiers.
[adu.git] / interactive.c
index 61b4f293562bfe8077f9bcc25f528887605bb7ce..0ed0d8234c06c56c4f217a52d7ddb881d83ad8b7 100644 (file)
@@ -146,7 +146,7 @@ static int icom_set(char *line)
 
 static int exec_interactive_command(char *line)
 {
-       const char const *delim = "\t\n\f\r\v ";
+       const char *delim = "\t\n\f\r\v ";
        int i;
        char *cmd, *args;
        int ret = -E_SYNTAX;