Networking: Cosmetic change

This commit is contained in:
Gregory Nutt
2016-02-24 19:02:51 -06:00
parent d19e9cc448
commit bcbd8ee964
7 changed files with 17 additions and 15 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
/****************************************************************************
* net/socket/bind.c
*
* Copyright (C) 2007-2009, 2012, 2014-2015 Gregory Nutt. All rights reserved.
* Copyright (C) 2007-2009, 2012, 2014-2016 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without
@@ -316,7 +316,7 @@ int psock_bind(FAR struct socket *psock, const struct sockaddr *addr,
return OK;
errout:
*get_errno_ptr() = err;
set_errno(err);
return ERROR;
}