apps/netutils/tftpc: Fix unmatched #endif found in build testing

This commit is contained in:
Gregory Nutt 2019-02-11 15:52:37 -06:00
parent fe41f72a95
commit a14f3fbffb
2 changed files with 0 additions and 2 deletions

View File

@ -372,6 +372,5 @@ int tftpget(FAR const char *remote, FAR const char *local, in_addr_t addr,
errout:
return result;
}
#endif
#endif /* CONFIG_NET && CONFIG_NET_UDP */

View File

@ -519,6 +519,5 @@ int tftpput(FAR const char *local, FAR const char *remote, in_addr_t addr,
errout:
return result;
}
#endif
#endif /* CONFIG_NET && CONFIG_NET_UDP */