diff options
author | Johan Hedberg <johan.hedberg@intel.com> | 2011-06-27 10:56:16 +0300 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2012-12-04 22:21:56 +0100 |
commit | 22c146eb0676407fd06906f2453a63076f7c9bdd (patch) | |
tree | 1dcb9227d1f70ca28956d89b82ab647e59f7d915 /unit | |
parent | b8d9f56dd841efa7dc3489ff6404a5157efc01ef (diff) |
gobex: Clean up handling of the final bit
Diffstat (limited to 'unit')
-rw-r--r-- | unit/test-gobex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unit/test-gobex.c b/unit/test-gobex.c index 26dfe7ccc..d7964fb10 100644 --- a/unit/test-gobex.c +++ b/unit/test-gobex.c @@ -339,7 +339,7 @@ static void test_pkt(void) { GObexPacket *pkt; - pkt = g_obex_packet_new(G_OBEX_OP_PUT); + pkt = g_obex_packet_new(G_OBEX_OP_PUT, TRUE); g_assert(pkt != NULL); |