Update cbconvert.go

This commit is contained in:
Milan Nikolic
2015-10-30 11:23:02 +01:00
parent f490c97974
commit 5c5352182f

View File

@@ -534,7 +534,7 @@ func getFiles() []string {
return files return files
} }
// Returns sorted list of found image files for given directory // Returns list of found image files for given directory
func getImages(path string) []string { func getImages(path string) []string {
var images []string var images []string