kopia lustrzana https://gitlab.com/sane-project/backends
net: fix trailing whitespace from previous merge.
rodzic
268be2c712
commit
22e3de3642
|
@ -326,7 +326,7 @@ char* get_current_username()
|
|||
{
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
||||
struct passwd pwd;
|
||||
struct passwd *result;
|
||||
if (getpwuid_r(getuid(), &pwd, buf, bufsize, &result) != 0 || result == NULL)
|
||||
|
|
Ładowanie…
Reference in New Issue