apps/netutils/tftpc: Fix unmatched #endif found in build testing
This commit is contained in:
parent
fe41f72a95
commit
a14f3fbffb
@ -372,6 +372,5 @@ int tftpget(FAR const char *remote, FAR const char *local, in_addr_t addr,
|
|||||||
errout:
|
errout:
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
|
|
||||||
#endif /* CONFIG_NET && CONFIG_NET_UDP */
|
#endif /* CONFIG_NET && CONFIG_NET_UDP */
|
||||||
|
@ -519,6 +519,5 @@ int tftpput(FAR const char *local, FAR const char *remote, in_addr_t addr,
|
|||||||
errout:
|
errout:
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
|
|
||||||
#endif /* CONFIG_NET && CONFIG_NET_UDP */
|
#endif /* CONFIG_NET && CONFIG_NET_UDP */
|
||||||
|
Loading…
Reference in New Issue
Block a user