summaryrefslogtreecommitdiff
path: root/apps/nshlib/nsh_mmcmds.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/nshlib/nsh_mmcmds.c')
-rw-r--r--apps/nshlib/nsh_mmcmds.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/nshlib/nsh_mmcmds.c b/apps/nshlib/nsh_mmcmds.c
index 4b6e0bf41..fd37df168 100644
--- a/apps/nshlib/nsh_mmcmds.c
+++ b/apps/nshlib/nsh_mmcmds.c
@@ -1,8 +1,8 @@
/****************************************************************************
- * apps/nshlib/dbg_mmcmds.c
+ * apps/nshlib/nsh_mmcmds.c
*
- * Copyright (C) 2011 Gregory Nutt. All rights reserved.
- * Author: Gregory Nutt <spudmonkey@racsa.co.cr>
+ * Copyright (C) 2011-2012 Gregory Nutt. All rights reserved.
+ * 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
@@ -92,4 +92,4 @@ int cmd_free(FAR struct nsh_vtbl_s *vtbl, int argc, char **argv)
return OK;
}
-#endif
+#endif /* !CONFIG_NSH_DISABLE_FREE */