Skip to content

Commit fccae24

Browse files
committed
Update Form1.cs
Changed String
1 parent 8c098c2 commit fccae24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

teardrop/teardrop/Form1.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ public void GetFiles()
8383
};
8484

8585
if (validExtensions.Contains(ext)){
86-
write("Found file: " + s);
86+
write(s);
8787
}
8888
}
8989
}

0 commit comments

Comments
 (0)