summaryrefslogtreecommitdiff
path: root/apps/netutils/ftpc/ftpc_cdup.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/netutils/ftpc/ftpc_cdup.c')
-rw-r--r--apps/netutils/ftpc/ftpc_cdup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/netutils/ftpc/ftpc_cdup.c b/apps/netutils/ftpc/ftpc_cdup.c
index d65b5789f..47e9620d9 100644
--- a/apps/netutils/ftpc/ftpc_cdup.c
+++ b/apps/netutils/ftpc/ftpc_cdup.c
@@ -74,7 +74,7 @@
* Make the parent of the current directory be the new current directory.
*
****************************************************************************/
-
+
int ftpc_cdup(SESSION handle)
{
FAR struct ftpc_session_s *session = (FAR struct ftpc_session_s *)handle;