Commit b46df990 authored by Chris Allegretta's avatar Chris Allegretta
Browse files

Lend replace_line() a void

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@255 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
parent dd5328cc
Showing with 1 addition and 1 deletion
+1 -1
......@@ -339,7 +339,7 @@ int replace_regexp(char *string, int create_flag)
}
#endif
char *replace_line()
char *replace_line(void)
{
char *copy, *tmp;
int new_line_size;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment