aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2019-07-10 19:48:02 +0300
committerSergey Poznyakoff <gray@gnu.org>2019-07-10 19:48:02 +0300
commit6ccb9ad200f6fa0b59a3d17e7e069badb2d39e50 (patch)
treef2391cf90c7f0c8bb5a9d5bd5cccd542877c7155
parentd36275fe9adf1428fd2476defda9e1fcda56988a (diff)
downloadwordsplit-6ccb9ad200f6fa0b59a3d17e7e069badb2d39e50.tar.gz
wordsplit-6ccb9ad200f6fa0b59a3d17e7e069badb2d39e50.tar.bz2
Minor fixes.
-rw-r--r--.gitignore7
-rw-r--r--wsp.c1
2 files changed, 0 insertions, 8 deletions
diff --git a/.gitignore b/.gitignore
index 4b54ce9..3a296c7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,9 +1,2 @@
*~
.emacs*
-package.m4
-wordsplit-version.h
-Makefile.am
-Makefile.in
-Makefile
-configure.ac
-configure
diff --git a/wsp.c b/wsp.c
index 6217d5e..8dd7dc9 100644
--- a/wsp.c
+++ b/wsp.c
@@ -602,13 +602,12 @@ static struct command
};
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++)
{
if (i == sizeof (comtab) / sizeof (comtab[0]))
break;

Return to:

Send suggestions and report system problems to the System administrator.