Kaydet (Commit) 3d3594a2 authored tarafından Matthias Seidel's avatar Matthias Seidel

Deleted whitespace, fixed missing paranthesis

üst 4d45eb6b
......@@ -266,7 +266,7 @@ Dim MaxFileIndex as Integer
End If
Next i
End If
Loop Until m > Ubound(DirList()
Loop Until m > Ubound(DirList())
ReDim Preserve FileNameList(n-1,1) as String
ReadSourceDirectory() = FileNameList()
End Function
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment