diff options
| author | jruesga <jorge@ruesga.com> | 2012-10-21 23:22:37 +0200 |
|---|---|---|
| committer | jruesga <jorge@ruesga.com> | 2012-10-21 23:22:37 +0200 |
| commit | 124b80b5d6a95df26ea69b18e7dfa90b064db8bd (patch) | |
| tree | 3800b4218ae06a9a6e47f7650444977d828f0625 /src | |
| parent | ed6b25638d0394448910a2102ccb5dbc1c04191c (diff) | |
Typo
Diffstat (limited to 'src')
| -rw-r--r-- | src/com/cyanogenmod/explorer/commands/shell/ListCommand.java | 2 |
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) { |
