diff options
-rw-r--r-- | tools/skrewt.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/skrewt.c b/tools/skrewt.c index d0289a6..44e885b 100644 --- a/tools/skrewt.c +++ b/tools/skrewt.c @@ -261,7 +261,8 @@ int main(int _argc, const char** _argv){ } } } - //cout << header.length() << " ... " << header << endl; + //xxxx cout << header.length() << " ... "; + cout << header << endl; } else { string line; if (!getline(cin, line).fail()) { |