diff options
Diffstat (limited to 'src/os/users.c')
-rw-r--r-- | src/os/users.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os/users.c b/src/os/users.c index c8c2e773de..5972e3f1e8 100644 --- a/src/os/users.c +++ b/src/os/users.c @@ -14,7 +14,7 @@ int os_get_usernames(garray_T *users) { if (users == NULL) { - return FALSE; + return FAIL; } ga_init(users, sizeof(char *), 20); |