user-accounts: missing semicolon
This commit is contained in:
parent
07d24bbdab
commit
8bf4f51d1a
1 changed files with 1 additions and 1 deletions
|
@ -468,7 +468,7 @@ static guint
|
|||
get_login_name_max (void)
|
||||
{
|
||||
#ifdef LOGIN_NAME_MAX
|
||||
return LOGIN_NAME_MAX
|
||||
return LOGIN_NAME_MAX;
|
||||
#else
|
||||
static gint length;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue