mirror of
git://git.gnu.org.ua/wordsplit.git
synced 2025-04-26 00:29:54 +03:00
Minor fixes.
This commit is contained in:
parent
d36275fe9a
commit
6ccb9ad200
2 changed files with 0 additions and 8 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
@ -1,9 +1,2 @@
|
||||||
*~
|
*~
|
||||||
.emacs*
|
.emacs*
|
||||||
package.m4
|
|
||||||
wordsplit-version.h
|
|
||||||
Makefile.am
|
|
||||||
Makefile.in
|
|
||||||
Makefile
|
|
||||||
configure.ac
|
|
||||||
configure
|
|
||||||
|
|
1
wsp.c
1
wsp.c
|
@ -605,7 +605,6 @@ static int
|
||||||
wsp_runcmd (char **ret, const char *str, size_t len, char **argv, void *closure)
|
wsp_runcmd (char **ret, const char *str, size_t len, char **argv, void *closure)
|
||||||
{
|
{
|
||||||
int i;
|
int i;
|
||||||
size_t s = 0;
|
|
||||||
char const msg[] = "unknown command: ";
|
char const msg[] = "unknown command: ";
|
||||||
|
|
||||||
for (i = 0; ; i++)
|
for (i = 0; ; i++)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue