diff options
Diffstat (limited to 'src/dir.h')
-rw-r--r-- | src/dir.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ namespace gitstatus { -// On error, leaves entries unchaged and returns false. Does not throw. +// On error, leaves entries unchanged and returns false. Does not throw. // // On success, appends names of files from the specified directory to entries and returns true. // Every appended entry is a null-terminated string. At -1 offset is its d_type. All elements |