summaryrefslogtreecommitdiff
path: root/ssh-agent.c
diff options
context:
space:
mode:
Diffstat (limited to 'ssh-agent.c')
-rw-r--r--ssh-agent.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssh-agent.c b/ssh-agent.c
index deed3ecae..c23d73b7e 100644
--- a/ssh-agent.c
+++ b/ssh-agent.c
@@ -728,7 +728,7 @@ main(int ac, char **av)
728 728
729 __progname = get_progname(av[0]); 729 __progname = get_progname(av[0]);
730 init_rng(); 730 init_rng();
731 731
732#ifdef __GNU_LIBRARY__ 732#ifdef __GNU_LIBRARY__
733 while ((ch = getopt(ac, av, "+cks")) != -1) { 733 while ((ch = getopt(ac, av, "+cks")) != -1) {
734#else /* __GNU_LIBRARY__ */ 734#else /* __GNU_LIBRARY__ */