summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tools/files.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/files.cpp b/tools/files.cpp
index a26772442af..5adcdae82f6 100644
--- a/tools/files.cpp
+++ b/tools/files.cpp
@@ -140,14 +140,14 @@ public:
}
conn().getLastError();
- cout << "done!";
+ cout << "done!" << endl;
return 0;
}
if ( cmd == "delete" ){
g.removeFile(filename);
conn().getLastError();
- cout << "done!";
+ cout << "done!" << endl;
return 0;
}