Skip to content

Commit cbf77cc

Browse files
andy128kmvo5
authored andcommitted
Add missing return statement
1 parent d7ee684 commit cbf77cc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

common/rpackagefilter.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -807,6 +807,7 @@ bool RFilePackageFilter::addFile(string file)
807807
pkgs.insert(pkgs.begin(), string(str));
808808
}
809809
in.close();
810+
return true;
810811
}
811812

812813
bool RFilePackageFilter::filter(RPackage *pkg)

0 commit comments

Comments
 (0)