diff options
-rw-r--r-- | shell/msh.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/msh.c b/shell/msh.c index 8abbeff5a..39aecdf10 100644 --- a/shell/msh.c +++ b/shell/msh.c | |||
@@ -53,7 +53,7 @@ | |||
53 | #define REGISTER register | 53 | #define REGISTER register |
54 | 54 | ||
55 | 55 | ||
56 | #define MSHDEBUG 1 | 56 | /*#define MSHDEBUG 1*/ |
57 | 57 | ||
58 | #ifdef MSHDEBUG | 58 | #ifdef MSHDEBUG |
59 | int mshdbg = 0; | 59 | int mshdbg = 0; |