diff options
author | Eitan Isaacson <eitan@monotonous.org> | 2010-06-08 09:22:40 -0700 |
---|---|---|
committer | Eitan Isaacson <eitan@monotonous.org> | 2010-06-08 09:22:40 -0700 |
commit | fc8f062238cc8ad582a2a86fb7bf02cbce8d3408 (patch) | |
tree | d1ce6ccb5ad0e5c254048588e4f956aa2100f16f | |
parent | 56790b3c97d88d4deaccd818b2eac33ab2640d8a (diff) |
Fix compilation error in tests/lib introduced in bafa0cc.
-rw-r--r-- | tests/lib/simple-channel-dispatch-operation.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/simple-channel-dispatch-operation.c b/tests/lib/simple-channel-dispatch-operation.c index aef8ab3b4..c74ff773f 100644 --- a/tests/lib/simple-channel-dispatch-operation.c +++ b/tests/lib/simple-channel-dispatch-operation.c @@ -82,7 +82,7 @@ tp_tests_simple_channel_dispatch_operation_claim ( } static void -simple_channel_dispatch_operation_handle_with_time ( +tp_tests_simple_channel_dispatch_operation_handle_with_time ( TpSvcChannelDispatchOperation *iface, const gchar *handler, gint64 user_action_timestamp, |