git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8173 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2008-04-22 21:25:38 +00:00
parent 7455445fd8
commit b0b5c755f1

View File

@ -461,7 +461,6 @@ static unsigned char complete(EditLine *el, int ch)
if (h.hits == 1) {
el_deletestr(el, h.len);
el_insertstr(el, h.last);
el_insertstr(el, " ");
}
end: