Skip to content

Commit 3a2ebf2

Browse files
committed
bogus comment
1 parent 71780d0 commit 3a2ebf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libprojectM/FileScanner.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ void FileScanner::scanPosix(ScanCallback cb) {
144144
fileSystem = fts_open(dirList, FTS_LOGICAL|FTS_NOCHDIR|FTS_NOSTAT, &fts_compare);
145145
if (fileSystem == NULL) {
146146
std::string s;
147-
for (int i = 0; i < _rootDirs.size(); i++) //doc is the vector
147+
for (int i = 0; i < _rootDirs.size(); i++)
148148
s += _rootDirs[i] + ' ';
149149
handleDirectoryError(s);
150150

0 commit comments

Comments
 (0)