Remove an extraneous semicolon in the SQL module header.

This commit is contained in:
Sadie Powell 2024-06-07 12:04:00 +01:00
parent ecdde90d45
commit be0ad350c1

View File

@ -251,4 +251,4 @@ inline void SQL::PopulateUserInfo(User* user, ParamMap& userinfo)
{ "ident", userinfo["user"] },
{ "ip" , userinfo["address"] },
});
};
}