do not print new line character at exit

This commit is contained in:
Andrzej Rybczak
2008-11-25 15:44:35 +01:00
parent d9f3e0d274
commit e05b249c73

View File

@@ -3547,7 +3547,6 @@ int main(int argc, char *argv[])
Mpd->Disconnect();
curs_set(1);
endwin();
std::cout << std::endl;
return 0;
}