From c85c090757cbfb2a7376bd979d583769997556ec Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Thu, 5 Aug 2010 10:27:33 +0300 Subject: [PATCH] obexd: Fix build when using --enable-nokia-backup --- obexd/plugins/nokia-backup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/obexd/plugins/nokia-backup.c b/obexd/plugins/nokia-backup.c index 1fe3fc5b9..6ae408260 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, -- 2.47.3