fixup cut/paste bugs in de.po, fix segv in tz/ntsc lookup, add debian
[goodguy/history.git] / cinelerra-5.1 / guicast / filesystem.C
index 0f03530e8711517b591f2181dfec53e036d8ead7..45e145a186a662c306b8611bcb076a9afb675ec5 100644 (file)
@@ -471,7 +471,7 @@ int FileSystem::update(const char *new_dir)
 
 // file not hidden
                if(include_this)
-       {
+               {
                        new_file = new FileItem;
                        sprintf(full_path, "%s", current_dir);
                        if(!is_root_dir(current_dir)) strcat(full_path, "/");