We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1aa483 commit 44c71f5Copy full SHA for 44c71f5
LineCounter/LineCounter.cpp
@@ -137,7 +137,7 @@ int linesInDirectoryRecursive(const string& path)
137
len = linesInDirectoryRecursive(path+ffd.cFileName+"\\");
138
if (len != -1)
139
sum += len;
140
- cout << "Done with subdirectory " << ffd.cFileName << "\\.\n";
+ cout << "Done with subdirectory " << ffd.cFileName << ".\n";
141
cout << "\tRunning total of lines in " << path << ": " << sum << ".\n\n";
142
}
143
else
0 commit comments