summaryrefslogtreecommitdiffstats
path: root/usr.bin/yacc/test/ftp.tab.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/yacc/test/ftp.tab.c')
-rw-r--r--usr.bin/yacc/test/ftp.tab.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/yacc/test/ftp.tab.c b/usr.bin/yacc/test/ftp.tab.c
index c9794ed..5431bbf 100644
--- a/usr.bin/yacc/test/ftp.tab.c
+++ b/usr.bin/yacc/test/ftp.tab.c
@@ -1196,7 +1196,7 @@ break;
case 17:
#line 222 "ftp.y"
{
- if (yyvsp[-3] && yyvsp[-1] != NULL)
+ if (yyvsp[-3] && yyvsp[-1] != NULL)
send_file_list((char *) yyvsp[-1]);
if (yyvsp[-1] != NULL)
free((char *) yyvsp[-1]);
OpenPOWER on IntegriCloud