summaryrefslogtreecommitdiff
path: root/StdLib/BsdSocketLib/sethostname.c
diff options
context:
space:
mode:
Diffstat (limited to 'StdLib/BsdSocketLib/sethostname.c')
-rw-r--r--StdLib/BsdSocketLib/sethostname.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/StdLib/BsdSocketLib/sethostname.c b/StdLib/BsdSocketLib/sethostname.c
index 7863e8ce45..eb9d914c63 100644
--- a/StdLib/BsdSocketLib/sethostname.c
+++ b/StdLib/BsdSocketLib/sethostname.c
@@ -97,7 +97,7 @@ Returns:
// Create a zero terminated string for name
//
memcpy ( pName, name, namelen );
- pName [ namelen ] = 0;
+ pName[ namelen ] = 0;
//
// Set the environment variable