aboutsummaryrefslogtreecommitdiffhomepage
path: root/common.c
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-02-19 11:14:32 +1000
committerGravatar axel <axel@liljencrantz.se>2006-02-19 11:14:32 +1000
commit43ab84397bfaca93aa439f4b35ae2774c3bb164e (patch)
treec1a3e810b118dce58eb5321125ad482cc9913c19 /common.c
parent0840c9248fe321a5f2ee0c5519edb5cdaf247553 (diff)
Make sure that command specific completions can handle input strings with wildcards reasonably well
darcs-hash:20060219011432-ac50b-89a73a3d414f2dbd8a213b851fcb1c494e022eae.gz
Diffstat (limited to 'common.c')
-rw-r--r--common.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/common.c b/common.c
index 228e061f..32f853c2 100644
--- a/common.c
+++ b/common.c
@@ -527,8 +527,6 @@ int wcsvarname( wchar_t *str )
str++;
}
return 1;
-
-
}