aboutsummaryrefslogtreecommitdiff
path: root/rpcapd/log-stderr.c
diff options
context:
space:
mode:
Diffstat (limited to 'rpcapd/log-stderr.c')
-rw-r--r--rpcapd/log-stderr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpcapd/log-stderr.c b/rpcapd/log-stderr.c
index 4fce0ece..5af6f2e5 100644
--- a/rpcapd/log-stderr.c
+++ b/rpcapd/log-stderr.c
@@ -30,7 +30,7 @@ rpcapd_log(log_priority priority, const char *message, ...)
default:
abort();
- return;
+ /* NOTREACHED */
}
fprintf(stderr, "rpcapd: %s", tag);