aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/com/cyanogenmod/explorer/commands/shell/ListCommand.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/cyanogenmod/explorer/commands/shell/ListCommand.java b/src/com/cyanogenmod/explorer/commands/shell/ListCommand.java
index 0250ac6..d7a4a23 100644
--- a/src/com/cyanogenmod/explorer/commands/shell/ListCommand.java
+++ b/src/com/cyanogenmod/explorer/commands/shell/ListCommand.java
@@ -317,7 +317,7 @@ public class ListCommand extends SyncResultProgram implements ListExecutable {
line++;
}
- //Now if not is the root directory
+ // Add the parent directory
if (this.mParentDir != null &&
this.mParentDir.compareTo(FileHelper.ROOT_DIRECTORY) != 0 &&
this.mMode.compareTo(LIST_MODE.DIRECTORY) == 0) {