mirror of
https://github.com/ksherlock/mpw-shell.git
synced 2025-01-13 21:34:16 +00:00
headers
This commit is contained in:
parent
ba0fe6268f
commit
76980a6e06
@ -12,6 +12,8 @@
|
||||
|
||||
#include <cstdio>
|
||||
#include <cctype>
|
||||
#include <cstring>
|
||||
|
||||
#include <unistd.h>
|
||||
|
||||
#include "cxx/string_splitter.h"
|
||||
|
@ -179,7 +179,7 @@ namespace {
|
||||
|
||||
void Environment::echo(const char *fmt, ...) const {
|
||||
if (_echo && !_startup) {
|
||||
for (unsigned i = 0; i <= _indent; ++i) {
|
||||
for (int i = 0; i <= _indent; ++i) {
|
||||
fputc(' ', stderr);
|
||||
fputc(' ', stderr);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user