Skip to content

Commit 44c71f5

Browse files
committed
Revert one display alteration
1 parent d1aa483 commit 44c71f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LineCounter/LineCounter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ int linesInDirectoryRecursive(const string& path)
137137
len = linesInDirectoryRecursive(path+ffd.cFileName+"\\");
138138
if (len != -1)
139139
sum += len;
140-
cout << "Done with subdirectory " << ffd.cFileName << "\\.\n";
140+
cout << "Done with subdirectory " << ffd.cFileName << ".\n";
141141
cout << "\tRunning total of lines in " << path << ": " << sum << ".\n\n";
142142
}
143143
else

0 commit comments

Comments
 (0)