summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Herrmann <dh.herrmann@gmail.com>2013-11-06 09:13:53 +0100
committerDavid Herrmann <dh.herrmann@gmail.com>2013-11-06 09:13:53 +0100
commit5b385427fa67e9c5d4f0f130ad5501cc027b37f7 (patch)
treea98ae73e3d148877b677d4fe73f77ce95e0eb151
parent50926cf577fbfd33f37007ab16a97ab59078e79a (diff)
owfd: p2pd: remove useless semicolon
That somehow slipped through. Remove the useless semicolon. Signed-off-by: David Herrmann <dh.herrmann@gmail.com>
-rw-r--r--src/p2pd_interface.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/p2pd_interface.c b/src/p2pd_interface.c
index ab83f59..2bdaa65 100644
--- a/src/p2pd_interface.c
+++ b/src/p2pd_interface.c
@@ -412,7 +412,7 @@ int owfd_p2pd_interface_dispatch(struct owfd_p2pd_interface *iface,
if (r < 0)
return r;
- return OWFD_P2PD_EP_HANDLED;;
+ return OWFD_P2PD_EP_HANDLED;
}
int owfd_p2pd_interface_dispatch_chld(struct owfd_p2pd_interface *iface,