summaryrefslogtreecommitdiff
path: root/sftp.c
diff options
context:
space:
mode:
Diffstat (limited to 'sftp.c')
-rw-r--r--sftp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sftp.c b/sftp.c
index 5ce864eeb..279f7d46e 100644
--- a/sftp.c
+++ b/sftp.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: sftp.c,v 1.182 2017/11/03 03:46:52 djm Exp $ */ 1/* $OpenBSD: sftp.c,v 1.183 2018/04/10 00:10:49 djm Exp $ */
2/* 2/*
3 * Copyright (c) 2001-2004 Damien Miller <djm@openbsd.org> 3 * Copyright (c) 2001-2004 Damien Miller <djm@openbsd.org>
4 * 4 *
@@ -1844,7 +1844,7 @@ complete_cmd_parse(EditLine *el, char *cmd, int lastarg, char quote,
1844 return 0; 1844 return 0;
1845 } 1845 }
1846 1846
1847 /* Complete ambigious command */ 1847 /* Complete ambiguous command */
1848 tmp = complete_ambiguous(cmd, list, count); 1848 tmp = complete_ambiguous(cmd, list, count);
1849 if (count > 1) 1849 if (count > 1)
1850 complete_display(list, 0); 1850 complete_display(list, 0);