Diff between c52ef53afa9c1eb7bf67f559db5aa91953645295 and b8f197da9d8d788096543b296323b41c9546607a

Changed Files

File Additions Deletions Status
obexd/src/ftp.c +0 -1 modified
obexd/src/obex.c +1 -1 modified

Full Patch

diff --git a/obexd/src/ftp.c b/obexd/src/ftp.c
index b0c13a4..8919244 100644
--- a/obexd/src/ftp.c
+++ b/obexd/src/ftp.c
@@ -420,7 +420,6 @@ void ftp_setpath(obex_t *obex, obex_object_t *obj)
 
 	/* Check flag "Backup" */
 	if ((nonhdr[0] & 0x01) == 0x01) {
-
 		debug("Set to parent path");
 
 		if (root) {
diff --git a/obexd/src/obex.c b/obexd/src/obex.c
index d4488b8..cc17b28 100644
--- a/obexd/src/obex.c
+++ b/obexd/src/obex.c
@@ -412,7 +412,7 @@ static void cmd_setpath(struct obex_session *os,
 		}
 
 		/* This is because OBEX_UnicodeToChar() accesses the string
-		   even if its size is zero */
+		 * even if its size is zero */
 		if (hlen == 0) {
 			os->name = g_strdup("");
 			break;