summaryrefslogtreecommitdiff
path: root/nuttx/sched/env_removevar.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/sched/env_removevar.c')
-rw-r--r--nuttx/sched/env_removevar.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/nuttx/sched/env_removevar.c b/nuttx/sched/env_removevar.c
index b4890a35d..e96aa7a37 100644
--- a/nuttx/sched/env_removevar.c
+++ b/nuttx/sched/env_removevar.c
@@ -2,7 +2,7 @@
* sched/env_removevar.c
*
* Copyright (C) 2007, 2009 Gregory Nutt. All rights reserved.
- * Author: Gregory Nutt <spudmonkey@racsa.co.cr>
+ * Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -53,7 +53,7 @@
****************************************************************************/
/****************************************************************************
- * Function: env_removevar
+ * Name: env_removevar
*
* Description:
* Remove the referenced name=value pair from the environment
@@ -109,6 +109,7 @@ int env_removevar(environ_t *envp, char *pvar)
ret = OK;
}
}
+
return ret;
}