Blob Blame History Raw

# HG changeset patch
# User Martin Stransky <stransky@redhat.com>
# Date 1531135139 -7200
# Node ID f27de60fff477d7b61b5509fc2c9c9c098f5b953
# Parent  9b330d91059107e972908036c1580ce98a477eb5
Bug 1474265 - Add missing semicolon at DBusRemoteClient.cpp. r=jhorak, a=lizzard

MozReview-Commit-ID: HIz4gZOzfOE

diff --git a/widget/xremoteclient/DBusRemoteClient.cpp b/widget/xremoteclient/DBusRemoteClient.cpp
--- a/widget/xremoteclient/DBusRemoteClient.cpp
+++ b/widget/xremoteclient/DBusRemoteClient.cpp
@@ -142,7 +142,7 @@
       (bool (*)(const char *, DBusError *))
       dlsym(RTLD_DEFAULT, "dbus_validate_bus_name");
     if (!sDBusValidateBusName) {
-      return false
+      return false;
     }
 
     if (!sDBusValidateBusName(aDestinationName.get(), nullptr)) {