mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-19 22:25:52 +02:00
[cleanup] rapi compiler warning: fix dbl ;;
This commit is contained in:
parent
84c76ab739
commit
85233305ba
1 changed files with 196 additions and 196 deletions
|
@ -137,7 +137,7 @@ public class RapiExamples {
|
|||
*/
|
||||
public void listFiles(String dir) throws RapiException {
|
||||
System.out.println(">>> listFiles()");
|
||||
RapiFindData findData = new RapiFindData();;
|
||||
RapiFindData findData = new RapiFindData();
|
||||
int fh = session.findFirstFile(dir + "*", findData);
|
||||
while (findData != null) {
|
||||
printFindData(findData, 0);
|
||||
|
|
Loading…
Add table
Reference in a new issue