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 ...@@ -266,7 +266,7 @@ Dim MaxFileIndex as Integer
End If End If
Next i Next i
End If End If
Loop Until m > Ubound(DirList() Loop Until m > Ubound(DirList())
ReDim Preserve FileNameList(n-1,1) as String ReDim Preserve FileNameList(n-1,1) as String
ReadSourceDirectory() = FileNameList() ReadSourceDirectory() = FileNameList()
End Function 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