summaryrefslogtreecommitdiffstats
path: root/cpukit/libmisc/shell/shell_getprompt.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cpukit/libmisc/shell/shell_getprompt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/libmisc/shell/shell_getprompt.c b/cpukit/libmisc/shell/shell_getprompt.c
index 5a445a0168..08c628b219 100644
--- a/cpukit/libmisc/shell/shell_getprompt.c
+++ b/cpukit/libmisc/shell/shell_getprompt.c
@@ -1,5 +1,5 @@
/*
- * Dynamically build the shell prompt
+ * Dynamically build the shell prompt
*
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
@@ -38,7 +38,7 @@ void rtems_shell_get_prompt(
)
{
char curdir[256];
-
+
/* XXX: show_prompt user adjustable */
getcwd(curdir,sizeof(curdir));
snprintf(prompt, size - 1, "%s%s[%s] %c ",