From c11a43fa532ba323d4c301b1015ea2ec55489e5d Mon Sep 17 00:00:00 2001 From: hpa Date: Fri, 31 Jan 2003 02:22:33 +0000 Subject: [PATCH] Formatting fix --- tftpd/tftpd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tftpd/tftpd.c b/tftpd/tftpd.c index 94781a7..180a02f 100644 --- a/tftpd/tftpd.c +++ b/tftpd/tftpd.c @@ -696,7 +696,7 @@ struct formats { void (*f_recv)(struct formats *, struct tftphdr *, int); int f_convert; } formats[] = { - { "netascii", rewrite_access, validate_access, tftp_sendfile, tftp_recvfile, 1 }, + { "netascii", rewrite_access, validate_access, tftp_sendfile, tftp_recvfile, 1 }, { "octet", rewrite_access, validate_access, tftp_sendfile, tftp_recvfile, 0 }, { NULL, NULL, NULL, NULL, NULL, 0 } };