summaryrefslogtreecommitdiff
path: root/other/bootstrap_daemon/src/tox-bootstrapd.c
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2016-08-31 23:51:39 +0100
committeriphydf <iphydf@users.noreply.github.com>2016-08-31 23:51:39 +0100
commit576f13061595dae46af025b4fce1a9b4ef95d37f (patch)
treef217b4262847523471d050dbe97b9a9ecad0bf03 /other/bootstrap_daemon/src/tox-bootstrapd.c
parent3a9300368d31b0460bd70effd14451303493b109 (diff)
Remove redundant `return` statements.
Diffstat (limited to 'other/bootstrap_daemon/src/tox-bootstrapd.c')
-rw-r--r--other/bootstrap_daemon/src/tox-bootstrapd.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/other/bootstrap_daemon/src/tox-bootstrapd.c b/other/bootstrap_daemon/src/tox-bootstrapd.c
index e1ae7cc6..72d4572c 100644
--- a/other/bootstrap_daemon/src/tox-bootstrapd.c
+++ b/other/bootstrap_daemon/src/tox-bootstrapd.c
@@ -110,8 +110,6 @@ void print_public_key(const uint8_t *public_key)
110 } 110 }
111 111
112 write_log(LOG_LEVEL_INFO, "Public Key: %s\n", buffer); 112 write_log(LOG_LEVEL_INFO, "Public Key: %s\n", buffer);
113
114 return;
115} 113}
116 114
117// Demonizes the process, appending PID to the PID file and closing file descriptors based on log backend 115// Demonizes the process, appending PID to the PID file and closing file descriptors based on log backend