Diff between 96ea0081a9a3b67be110046ab6275003f71f30f6 and 1968e4c529b9771204cfbf5e39e48238e0f5cd66
Changed Files
| File | Additions | Deletions | Status |
| obexd/src/manager.c | +1 | -1 | modified |
Full Patch
diff --git a/obexd/src/manager.c b/obexd/src/manager.c
index 7ac0eb8..78458e1 100644
--- a/obexd/src/manager.c
+++ b/obexd/src/manager.c
@@ -82,7 +82,7 @@ static guint listener_id = 0;
static void agent_free(struct agent *agent)
{
- if(!agent)
+ if (!agent)
return;
g_free(agent->new_folder);