aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhpa <hpa>2003-01-31 02:22:33 +0000
committerhpa <hpa>2003-01-31 02:22:33 +0000
commitc11a43fa532ba323d4c301b1015ea2ec55489e5d (patch)
treefca55eb95fae2ba5124c3e9111833cc924041b4a
parentfb83297f030de61581fa494e86bc3388902e6aac (diff)
downloadtftp-hpa-c11a43fa532ba323d4c301b1015ea2ec55489e5d.tar.gz
Formatting fix
-rw-r--r--tftpd/tftpd.c2
1 files changed, 1 insertions, 1 deletions
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 }
};