summaryrefslogtreecommitdiff
path: root/slirp/tftp.h
diff options
context:
space:
mode:
Diffstat (limited to 'slirp/tftp.h')
-rw-r--r--slirp/tftp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/slirp/tftp.h b/slirp/tftp.h
index 603f22bfd4..8f2675e077 100644
--- a/slirp/tftp.h
+++ b/slirp/tftp.h
@@ -18,11 +18,11 @@ struct tftp_t {
struct udphdr udp;
u_int16_t tp_op;
union {
- struct {
+ struct {
u_int16_t tp_block_nr;
u_int8_t tp_buf[512];
} tp_data;
- struct {
+ struct {
u_int16_t tp_error_code;
u_int8_t tp_msg[512];
} tp_error;