user-accounts: missing semicolon

This commit is contained in:
Ryan Lortie 2014-02-12 13:27:06 -05:00
parent 07d24bbdab
commit 8bf4f51d1a

View file

@ -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;