mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 13:51:41 +00:00
Bug 1474265 - Add missing semicolon at DBusRemoteClient.cpp, r=jhorak
MozReview-Commit-ID: HIz4gZOzfOE --HG-- extra : rebase_source : 1b0cafbad46b231b2330bfe93acd59ba5e27e471
This commit is contained in:
parent
23c2416671
commit
a1dbf9b9f1
@ -142,7 +142,7 @@ DBusRemoteClient::GetRemoteDestinationName(const char *aProgram,
|
||||
(bool (*)(const char *, DBusError *))
|
||||
dlsym(RTLD_DEFAULT, "dbus_validate_bus_name");
|
||||
if (!sDBusValidateBusName) {
|
||||
return false
|
||||
return false;
|
||||
}
|
||||
|
||||
if (!sDBusValidateBusName(aDestinationName.get(), nullptr)) {
|
||||
|
Loading…
Reference in New Issue
Block a user