Diff between 007fe21a232db5767b4a86aec8af8e4406827095 and 9c3a8c372d7cd23ce95ef37380edf455851ee011
Changed Files
| File | Additions | Deletions | Status |
| gobex/gobex.c | +1 | -1 | modified |
Full Patch
diff --git a/gobex/gobex.c b/gobex/gobex.c
index 463ac3d..8ff99cc 100644
--- a/gobex/gobex.c
+++ b/gobex/gobex.c
@@ -449,7 +449,7 @@ static void handle_response(GObex *obex, GError *err, GObexPacket *rsp)
g_obex_packet_get_operation(rsp, &final_rsp);
- opcode = g_obex_packet_get_operation(p->pkt, NULL);
+ opcode = g_obex_packet_get_operation(p->pkt, NULL);
if (opcode == G_OBEX_OP_CONNECT)
parse_connect_data(obex, rsp);
}