Diff between 14d11b28e496de5c7bcef0f9f352387173c87bde and c85c090757cbfb2a7376bd979d583769997556ec
Changed Files
| File | Additions | Deletions | Status |
| obexd/plugins/nokia-backup.c | +1 | -1 | modified |
Full Patch
diff --git a/obexd/plugins/nokia-backup.c b/obexd/plugins/nokia-backup.c
index 1fe3fc5..6ae4082 100644
--- a/obexd/plugins/nokia-backup.c
+++ b/obexd/plugins/nokia-backup.c
@@ -276,7 +276,7 @@ static ssize_t backup_write(void *object, const void *buf, size_t count)
static struct obex_mime_type_driver backup = {
.target = FTP_TARGET,
- .target_size = TARGET_SIZE
+ .target_size = TARGET_SIZE,
.mimetype = "application/vnd.nokia-backup",
.open = backup_open,
.close = backup_close,