aboutsummaryrefslogtreecommitdiff
path: root/shell/ash.c
diff options
context:
space:
mode:
author"Vladimir N. Oleynik" <dzo@simtreas.ru>2006-01-25 11:53:47 +0000
committer"Vladimir N. Oleynik" <dzo@simtreas.ru>2006-01-25 11:53:47 +0000
commitfdb871c4988c4426fd119f7b311540253d141ac2 (patch)
tree1f01feb96a0f8063243b3913744a7aebd14fd22a /shell/ash.c
parent7d501a867388cb1f1f0117cbb440598b5418bcad (diff)
downloadbusybox-fdb871c4988c4426fd119f7b311540253d141ac2.tar.gz
Add more bash-like dot-dirs cmdedit feature
Close bug 648. Restore my whitespace
Diffstat (limited to 'shell/ash.c')
-rw-r--r--shell/ash.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/ash.c b/shell/ash.c
index 69062e02d..671069771 100644
--- a/shell/ash.c
+++ b/shell/ash.c
@@ -841,7 +841,7 @@ static int SIT(int c, int syntax)
return S_I_T[indx][syntax];
}
-#else /* USE_SIT_FUNCTION */
+#else /* USE_SIT_FUNCTION */
#define SIT(c, syntax) S_I_T[(int)syntax_index_table[((int)c)+SYNBASE]][syntax]
@@ -1142,7 +1142,7 @@ static const char syntax_index_table[258] = {
/* 257 127 */ CWORD_CWORD_CWORD_CWORD,
};
-#endif /* USE_SIT_FUNCTION */
+#endif /* USE_SIT_FUNCTION */
/* alias.c */