Minor fixes.

This commit is contained in:
Sergey Poznyakoff 2019-07-10 19:48:02 +03:00
parent d36275fe9a
commit 6ccb9ad200
2 changed files with 0 additions and 8 deletions

7
.gitignore vendored
View file

@ -1,9 +1,2 @@
*~
.emacs*
package.m4
wordsplit-version.h
Makefile.am
Makefile.in
Makefile
configure.ac
configure

1
wsp.c
View file

@ -605,7 +605,6 @@ static int
wsp_runcmd (char **ret, const char *str, size_t len, char **argv, void *closure)
{
int i;
size_t s = 0;
char const msg[] = "unknown command: ";
for (i = 0; ; i++)