ash: fix warning in debug build

1_14_stable
Denis Vlasenko 2009-04-12 00:00:57 +00:00
parent c43430f1b9
commit 135cecbbce
1 changed files with 3 additions and 1 deletions

View File

@ -11848,7 +11848,9 @@ cmdloop(int top)
#endif #endif
} }
n = parsecmd(inter); n = parsecmd(inter);
/* showtree(n); DEBUG */ #if DEBUG
showtree(n);
#endif
if (n == NEOF) { if (n == NEOF) {
if (!top || numeof >= 50) if (!top || numeof >= 50)
break; break;