diff options
| author | Andreas Schneider <mail@cynapses.org> | 2009-12-01 16:59:41 +0100 |
|---|---|---|
| committer | Andreas Schneider <mail@cynapses.org> | 2009-12-02 00:23:27 +0100 |
| commit | b174ad8ae437d14379abf964ddbdaf9154982b12 (patch) | |
| tree | 783d000d6130212b282808fb23566fc69d7ecadf /libssh | |
| parent | 176778bb1c86891339a9286db06ec6d008b85477 (diff) | |
Fixed indent.
Diffstat (limited to 'libssh')
| -rw-r--r-- | libssh/misc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libssh/misc.c b/libssh/misc.c index f2bd5edf..71679d40 100644 --- a/libssh/misc.c +++ b/libssh/misc.c @@ -87,8 +87,8 @@ char *ssh_get_user_home_dir(void) { return NULL; } - /* we have read access on file */ - int ssh_file_readaccess_ok(const char *file) { +/* we have read access on file */ +int ssh_file_readaccess_ok(const char *file) { if (_access(file, 4) < 0) { return 0; } |
