Skip to content

Commit

Permalink
tidying
Browse files Browse the repository at this point in the history
  • Loading branch information
dmolony committed Oct 27, 2019
1 parent c567c8b commit 7b64938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/com/bytezone/diskbrowser/gui/CatalogPanel.java
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public void rootDirectoryChanged (File oldRootFolder, File newRootFolder)
{
rootFolder = newRootFolder;
if (!restored)
return;
return; // restore will finish the task

// is the user replacing an existing root folder?
if (fileTab != null)
Expand Down

0 comments on commit 7b64938

Please sign in to comment.