diff options
Diffstat (limited to 'rpcapd/log-stderr.c')
-rw-r--r-- | rpcapd/log-stderr.c | 2 |
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); |