Skip to content

Commit 7415529

Browse files
committed
remove compile error
1 parent 69fda06 commit 7415529

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

device.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ namespace cDBusDevicesHelper
8989
static void GetNullDevice(cDBusObject *Object, GVariant *Parameters, GDBusMethodInvocation *Invocation)
9090
{
9191
GVariantBuilder *builder = g_variant_builder_new(G_VARIANT_TYPE("(i)"));
92-
g_variant_builder_add(Variant, "i", cDBusDevices::_nulldeviceIndex);
92+
g_variant_builder_add(builder, "i", cDBusDevices::_nulldeviceIndex);
9393
g_dbus_method_invocation_return_value(Invocation, g_variant_builder_end(builder));
9494
g_variant_builder_unref(builder);
9595
}

0 commit comments

Comments
 (0)